Skip to content

Commit

Permalink
Merge pull request #108 from SethTisue/build-for-2.12.0-RC1
Browse files Browse the repository at this point in the history
build for 2.12.0-RC1
  • Loading branch information
biswanaths authored Sep 16, 2016
2 parents 4c09977 + d55d1aa commit 5b53104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ scalaVersion := crossScalaVersions.value.head
crossScalaVersions := {
val java = System.getProperty("java.version")
if (java.startsWith("1.6.") || java.startsWith("1.7."))
Seq("2.11.8", "2.12.0-M1")
Seq("2.11.8")
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
Seq("2.12.0-M5")
Seq("2.12.0-RC1")
else
sys.error(s"don't know what Scala versions to build on $java")
}
Expand Down

0 comments on commit 5b53104

Please sign in to comment.