Skip to content

Commit 5905dc6

Browse files
authored
Merge pull request #91 from 2m/bump/2.12.0-RC2
Bump to 2.12.0 rc2
2 parents 1e54569 + d87d032 commit 5905dc6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ env:
2828
- SCALA_VERSION=2.11.6
2929
- SCALA_VERSION=2.11.7
3030
- SCALA_VERSION=2.11.8
31-
- SCALA_VERSION=2.12.0-RC1
31+
- SCALA_VERSION=2.12.0-RC2
3232

3333
matrix:
3434
exclude:
3535
# scala 2.12.x requires jdk8
3636
- jdk: openjdk6
37-
env: SCALA_VERSION=2.12.0-RC1
37+
env: SCALA_VERSION=2.12.0-RC2
3838

3939
# Increasing ReservedCodeCacheSize minimizes scala compiler-interface compile times
4040
script:

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,9 @@ This software is licensed under the Apache 2 license.
145145

146146
### Sponsored by Lightbend
147147

148-
Responsible: Dr. Roland Kuhn
148+
Responsible: Dr. Roland Kuhn ([@rkuhn](https://github.com/rkuhn))
149+
150+
Maintained by [Akka Team](https://github.com/orgs/akka/teams/akka-team) (mostly by [@2m](https://github.com/2m), [@ktoso](https://github.com/ktoso))
151+
152+
Feel free to ping above maintainers for code review or discussions.
153+
Pull requests are very welcome–thanks in advance!

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object B extends Build {
3232
},
3333
scalaTestVersion := {
3434
scalaVersion.value match {
35-
case "2.12.0-RC1" => "3.0.0"
35+
case "2.12.0-RC2" => "3.0.0"
3636
case _ => "2.1.3"
3737
}
3838
},

0 commit comments

Comments
 (0)