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 69038b7 commit 50d31e7Copy full SHA for 50d31e7
1 file changed
project/Settings.scala
@@ -68,7 +68,7 @@ object Settings {
68
(pluginCrossBuild / sbtVersion) := {
69
scalaBinaryVersion.value match {
70
case "2.12" => "1.11.2"
71
- case _ => "2.0.0-RC16"
+ case _ => "2.0.0"
72
}
73
},
74
scalaVersion ~= {
0 commit comments