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 1e1b88f + 0f07e44 commit fd6e578Copy full SHA for fd6e578
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-RC5"
+ case _ => "2.0.0-RC6"
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