Skip to content

Commit

Permalink
Merge pull request #163 from retronym/bump/2.12.0
Browse files Browse the repository at this point in the history
Bump to Scala 2.12.0
  • Loading branch information
retronym authored Oct 29, 2016
2 parents 9ee8013 + 782ca13 commit ef70504
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
Expand Up @@ -16,7 +16,7 @@ matrix:
env: IS_PUBLISH_JDK=true
- scala: 2.11.8
jdk: oraclejdk8
- scala: 2.12.0-RC2
- scala: 2.12.0
jdk: oraclejdk8
env: IS_PUBLISH_JDK=true
notifications:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crossScalaVersions := List("2.11.8", "2.12.0-RC2")
crossScalaVersions := List("2.11.8", "2.12.0")

scalaVersion := crossScalaVersions.value.head

Expand Down

0 comments on commit ef70504

Please sign in to comment.