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 235f8c6 commit c09c74bCopy full SHA for c09c74b
1 file changed
build.sbt
@@ -38,14 +38,14 @@ scalacOptions ++= {
38
pluginCrossBuild / sbtVersion := {
39
scalaBinaryVersion.value match {
40
case "2.12" => "1.5.8"
41
- case _ => "2.0.0-RC10"
+ case _ => "2.0.0-RC11"
42
}
43
44
45
scriptedSbt := {
46
47
case "2.12" => "1.9.0"
48
49
50
51
0 commit comments