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 7366c72 commit eb13223Copy full SHA for eb13223
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-RC9"
+ case _ => "2.0.0-RC10"
70
}
71
},
72
scalaVersion ~= {
0 commit comments