Skip to content

Commit

Permalink
Merge pull request #162 from retronym/bump/RC2
Browse files Browse the repository at this point in the history
Bump Scala version to 2.12.0-RC2
  • Loading branch information
retronym committed Oct 18, 2016
2 parents 98d8f81 + 1566dab commit 9ee8013
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
# (See http://docs.travis-ci.com/user/environment-variables/#Secure-Variables.)
- secure: "YO/7YiWEirzz0EAy7oVNmAKroj4qCLZNMkPS+xW/VgeGjuEV+Nk1S7pwxF0o2OggSxIQ+a0lWSrOPQqSXMjOstDIzzGeYfuAt0+0fupXtDDge0mXpCCMadrvYzff1/5XYX0dJ+pjJmz6IgF1hliPJHIuddhhdqPxdHWTHAKm9ME="

script:
script:
- admin/build.sh
matrix:
include:
Expand All @@ -16,10 +16,10 @@ matrix:
env: IS_PUBLISH_JDK=true
- scala: 2.11.8
jdk: oraclejdk8
- scala: 2.12.0-RC1
- scala: 2.12.0-RC2
jdk: oraclejdk8
env: IS_PUBLISH_JDK=true
notifications:
email:
- jason.zaugg@typesafe.com
- philipp.haller@typesafe.com
- philipp.haller@typesafe.com
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-RC1")
crossScalaVersions := List("2.11.8", "2.12.0-RC2")

scalaVersion := crossScalaVersions.value.head

Expand Down

0 comments on commit 9ee8013

Please sign in to comment.