Skip to content

Commit f2995e7

Browse files
committed
Bump to a non-RC Scala version
1 parent 443b50e commit f2995e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: scala
22
script:
33
- sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
44
scala:
5-
- 2.11.0-SNAPSHOT
5+
- 2.11.1
66
jdk:
77
- openjdk6
88
- openjdk7

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scalaVersion := "2.11.0-RC4"
1+
scalaVersion := "2.11.1"
22

33
// Uncomment to test with a locally built copy of Scala.
44
// scalaHome := Some(file("/code/scala2/build/pack"))

0 commit comments

Comments
 (0)