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 5c633ec commit 44daa41Copy full SHA for 44daa41
1 file changed
project/Settings.scala
@@ -66,7 +66,7 @@ object Settings {
66
(pluginCrossBuild / sbtVersion) := {
67
scalaBinaryVersion.value match {
68
case "2.12" => "1.11.2"
69
- case _ => "2.0.0-RC13"
+ case _ => "2.0.0-RC14"
70
}
71
},
72
scalaVersion ~= {
0 commit comments