We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08fc37 commit 5ccc323Copy full SHA for 5ccc323
build.sbt
@@ -41,7 +41,7 @@ lazy val root = Project("sbt-scoverage", file("."))
41
case "2.12" =>
42
(pluginCrossBuild / sbtVersion).value
43
case _ =>
44
- "2.0.0-RC3"
+ "2.0.0-RC5"
45
}
46
},
47
buildInfoKeys := Seq[BuildInfoKey]("scoverageVersion" -> scoverageVersion),
0 commit comments