Skip to content

Bump to 2.12.0 rc2 #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ env:
- SCALA_VERSION=2.11.6
- SCALA_VERSION=2.11.7
- SCALA_VERSION=2.11.8
- SCALA_VERSION=2.12.0-RC1
- SCALA_VERSION=2.12.0-RC2

matrix:
exclude:
# scala 2.12.x requires jdk8
- jdk: openjdk6
env: SCALA_VERSION=2.12.0-RC1
env: SCALA_VERSION=2.12.0-RC2

# Increasing ReservedCodeCacheSize minimizes scala compiler-interface compile times
script:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,9 @@ This software is licensed under the Apache 2 license.

### Sponsored by Lightbend

Responsible: Dr. Roland Kuhn
Responsible: Dr. Roland Kuhn ([@rkuhn](https://github.com/rkuhn))

Maintained by [Akka Team](https://github.com/orgs/akka/teams/akka-team) (mostly by [@2m](https://github.com/2m), [@ktoso](https://github.com/ktoso))

Feel free to ping above maintainers for code review or discussions.
Pull requests are very welcome–thanks in advance!
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object B extends Build {
},
scalaTestVersion := {
scalaVersion.value match {
case "2.12.0-RC1" => "3.0.0"
case "2.12.0-RC2" => "3.0.0"
case _ => "2.1.3"
}
},
Expand Down