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.
2 parents b9258d9 + 5d288ed commit 1e1b88fCopy full SHA for 1e1b88f
build.sbt
@@ -37,13 +37,13 @@ lazy val root = (project in file("."))
37
(pluginCrossBuild / sbtVersion) := {
38
scalaBinaryVersion.value match {
39
case "2.12" => "1.5.8"
40
- case _ => "2.0.0-RC4"
+ case _ => "2.0.0-RC5"
41
}
42
43
scriptedSbt := {
44
45
case "2.12" => "1.10.7"
46
47
48
49
Compile / generateContrabands / sourceManaged := baseDirectory.value / "src" / "main" / "scala"
0 commit comments