Skip to content

Commit

Permalink
Scala 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Dec 6, 2016
1 parent f163850 commit be6e421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: scala
scala:
- "2.12.0"
- "2.12.1"
- "2.11.8"
- "2.10.6"
jdk:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val Scala210 = "2.10.6"
scalaVersion := Scala210

// sbt "release cross"
crossScalaVersions := Seq(Scala210, "2.11.8", "2.12.0")
crossScalaVersions := Seq(Scala210, "2.11.8", "2.12.1")

val unusedWarnings = "-Ywarn-unused" :: "-Ywarn-unused-import" :: Nil

Expand Down

0 comments on commit be6e421

Please sign in to comment.