Skip to content

Commit fc354d5

Browse files
committed
Update crossScalaVersions to 2.11.8 and 2.12.0-M5
1 parent 55008bd commit fc354d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ scalaVersion := crossScalaVersions.value.head
1111
crossScalaVersions := {
1212
val java = System.getProperty("java.version")
1313
if (java.startsWith("1.6.") || java.startsWith("1.7."))
14-
Seq("2.11.7", "2.12.0-M1")
14+
Seq("2.11.8", "2.12.0-M1")
1515
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
16-
Seq("2.12.0-M2")
16+
Seq("2.12.0-M5")
1717
else
1818
sys.error(s"don't know what Scala versions to build on $java")
1919
}

0 commit comments

Comments
 (0)