Skip to content

Commit d55d1aa

Browse files
committed
build for 2.12.0-RC1
and drop 2.12.0-M1 which is obsolete
1 parent 4c09977 commit d55d1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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.8", "2.12.0-M1")
14+
Seq("2.11.8")
1515
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
16-
Seq("2.12.0-M5")
16+
Seq("2.12.0-RC1")
1717
else
1818
sys.error(s"don't know what Scala versions to build on $java")
1919
}

0 commit comments

Comments
 (0)