Skip to content

Commit

Permalink
Scala 2.12.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 15, 2016
1 parent e922f26 commit 032721d
Show file tree
Hide file tree
Showing 3 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-RC1
- 2.12.0-RC2
jdk:
- oraclejdk8
env:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy val sharedSettings = MimaSettings.settings ++ Seq(

scalaVersion := "2.11.8",

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

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

Expand Down
2 changes: 1 addition & 1 deletion project/plugin.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.9")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.12")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")

scalacOptions += "-deprecation"

0 comments on commit 032721d

Please sign in to comment.