There was an error while loading. Please reload this page.
scalac-scoverage-plugin
1.3.0-SNAPSHOT
1 parent 79f85dc commit e36db00Copy full SHA for e36db00
build.sbt
@@ -10,7 +10,7 @@ resolvers ++= {
10
if (isSnapshot.value) Seq(Resolver.sonatypeRepo("snapshots")) else Nil
11
}
12
13
-libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.3.0-RC1"
+libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.3.0-SNAPSHOT"
14
15
publishMavenStyle := true
16
0 commit comments