Skip to content

Commit e36db00

Browse files
committed
Change scalac-scoverage-plugin dependency version back to 1.3.0-SNAPSHOT.
1 parent 79f85dc commit e36db00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolvers ++= {
1010
if (isSnapshot.value) Seq(Resolver.sonatypeRepo("snapshots")) else Nil
1111
}
1212

13-
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.3.0-RC1"
13+
libraryDependencies += "org.scoverage" %% "scalac-scoverage-plugin" % "1.3.0-SNAPSHOT"
1414

1515
publishMavenStyle := true
1616

0 commit comments

Comments
 (0)