aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-07-15 16:44:43 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-07-15 16:51:00 +0200
commitf2995e7062ff0a70eefb90d302ab94b42120485b (patch)
treeecc618fea091ed41c460dbd10717bf286b4d7080
parent443b50eabd1b41a89297f87266d2bb6d81dca715 (diff)
downloadscala-async-f2995e7062ff0a70eefb90d302ab94b42120485b.tar.gz
scala-async-f2995e7062ff0a70eefb90d302ab94b42120485b.tar.bz2
scala-async-f2995e7062ff0a70eefb90d302ab94b42120485b.zip
Bump to a non-RC Scala version
-rw-r--r--.travis.yml2
-rw-r--r--build.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 22666c2..9c83747 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: scala
script:
- sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
scala:
- - 2.11.0-SNAPSHOT
+ - 2.11.1
jdk:
- openjdk6
- openjdk7
diff --git a/build.sbt b/build.sbt
index a4ebe14..d382123 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,4 @@
-scalaVersion := "2.11.0-RC4"
+scalaVersion := "2.11.1"
// Uncomment to test with a locally built copy of Scala.
// scalaHome := Some(file("/code/scala2/build/pack"))