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 0975a62 commit a437bcfCopy full SHA for a437bcf
build.sbt
@@ -13,7 +13,7 @@ crossScalaVersions := {
13
if (java.startsWith("1.6.") || java.startsWith("1.7."))
14
Seq("2.11.8")
15
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
16
- Seq("2.12.0-RC1")
+ Seq("2.12.1")
17
else
18
sys.error(s"don't know what Scala versions to build on $java")
19
}
0 commit comments