Skip to content

Commit

Permalink
Update Scala version to 2.12.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
ruippeixotog committed Nov 3, 2016
1 parent 86f868d commit 36aab55
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 @@ -12,9 +12,9 @@ lazy val examples = project in file("examples") dependsOn (root % "test->test;co

scalacOptions in ThisBuild := Seq("-feature", "-unchecked", "-deprecation", "-encoding", "utf8", "-Xfatal-warnings")

scalaVersion in ThisBuild := "2.11.8"
scalaVersion in ThisBuild := "2.12.0"

crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.8", "2.12.0-RC1")
crossScalaVersions in ThisBuild := Seq("2.10.6", "2.11.8", "2.12.0")

parallelExecution in Test := false

Expand Down

0 comments on commit 36aab55

Please sign in to comment.