We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c09977 + d55d1aa commit 5b53104Copy full SHA for 5b53104
build.sbt
@@ -11,9 +11,9 @@ scalaVersion := crossScalaVersions.value.head
11
crossScalaVersions := {
12
val java = System.getProperty("java.version")
13
if (java.startsWith("1.6.") || java.startsWith("1.7."))
14
- Seq("2.11.8", "2.12.0-M1")
+ Seq("2.11.8")
15
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
16
- Seq("2.12.0-M5")
+ Seq("2.12.0-RC1")
17
else
18
sys.error(s"don't know what Scala versions to build on $java")
19
}
0 commit comments