Skip to content

Commit 2a36b51

Browse files
committed
Bump to Scala 2.11.5
1 parent 27f3676 commit 2a36b51

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ script:
1212
- admin/build.sh
1313
scala:
1414
- 2.10.4
15-
- 2.11.4
15+
- 2.11.5
1616
jdk:
1717
- oraclejdk8
1818
notifications:

Diff for: build.sbt

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ import com.typesafe.tools.mima.plugin.{MimaPlugin, MimaKeys}
22

33
scalaModuleSettings
44

5-
scalaVersion := "2.11.4"
5+
scalaVersion := "2.11.5"
66

7-
snapshotScalaBinaryVersion := "2.11.4"
8-
9-
// TODO this project can be cross build against 2.11 and 2.10, express that here.
7+
snapshotScalaBinaryVersion := "2.11.5"
108

119
organization := "org.scala-lang.modules"
1210

0 commit comments

Comments
 (0)