File tree 4 files changed +9
-4
lines changed
plugin/src/test/resources/patches 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 28
28
- SCALA_VERSION=2.11.6
29
29
- SCALA_VERSION=2.11.7
30
30
- SCALA_VERSION=2.11.8
31
- - SCALA_VERSION=2.12.0-RC1
31
+ - SCALA_VERSION=2.12.0-RC2
32
32
33
33
matrix :
34
34
exclude :
35
35
# scala 2.12.x requires jdk8
36
36
- jdk : openjdk6
37
- env : SCALA_VERSION=2.12.0-RC1
37
+ env : SCALA_VERSION=2.12.0-RC2
38
38
39
39
# Increasing ReservedCodeCacheSize minimizes scala compiler-interface compile times
40
40
script :
Original file line number Diff line number Diff line change @@ -145,4 +145,9 @@ This software is licensed under the Apache 2 license.
145
145
146
146
### Sponsored by Lightbend
147
147
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!
File renamed without changes.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ object B extends Build {
32
32
},
33
33
scalaTestVersion := {
34
34
scalaVersion.value match {
35
- case " 2.12.0-RC1 " => " 3.0.0"
35
+ case " 2.12.0-RC2 " => " 3.0.0"
36
36
case _ => " 2.1.3"
37
37
}
38
38
},
You can’t perform that action at this time.
0 commit comments