We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d2a7ef + 3144c7f commit 2df2516Copy full SHA for 2df2516
1 file changed
build.sbt
@@ -29,7 +29,7 @@ lazy val root = (project in file("."))
29
pluginCrossBuild / sbtVersion := {
30
scalaBinaryVersion.value match {
31
case "2.12" => "1.9.9"
32
- case _ => "2.0.0-RC11"
+ case _ => "2.0.0-RC13"
33
}
34
},
35
Compile / doc / scalacOptions ++= {
0 commit comments