Skip to content

Commit

Permalink
Scala 2.12.0 (resolves sbt#292 and sbt#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Nov 1, 2016
1 parent 811432f commit ea4a774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ notifications:
scala:
- 2.10.6
- 2.11.8
- 2.12.0-RC2
- 2.12.0
jdk:
- oraclejdk8
env:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ lazy val sharedSettings = MimaSettings.settings ++ Seq(
username, password
)).toSeq,

scalaVersion := "2.11.8",
scalaVersion := "2.12.0",

crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0-RC2"),
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.0"),

unmanagedSourceDirectories in Compile += (baseDirectory in LocalRootProject).value / "src" / "main" / "scala",

Expand Down

0 comments on commit ea4a774

Please sign in to comment.