Skip to content

Commit 6fe79e9

Browse files
committed
Merge pull request scala#81 from retronym/topic/bump-scala-version
Bump to a non-RC Scala version
2 parents 443b50e + f2995e7 commit 6fe79e9

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)