Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5b53104

Browse files
Merge pull request #108 from SethTisue/build-for-2.12.0-RC1
build for 2.12.0-RC1
2 parents 4c09977 + d55d1aa commit 5b53104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build.sbt‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /