Skip to content

Commit 1f92924

Browse files
committed
sbt 2.0.0-RC6
1 parent d08fc37 commit 1f92924

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
@@ -41,7 +41,7 @@ lazy val root = Project("sbt-scoverage", file("."))
4141
case "2.12" =>
4242
(pluginCrossBuild / sbtVersion).value
4343
case _ =>
44-
"2.0.0-RC3"
44+
"2.0.0-RC6"
4545
}
4646
},
4747
buildInfoKeys := Seq[BuildInfoKey]("scoverageVersion" -> scoverageVersion),

0 commit comments

Comments
 (0)