aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Haller <hallerp@gmail.com>2014-07-15 17:57:54 +0200
committerPhilipp Haller <hallerp@gmail.com>2014-07-15 17:57:54 +0200
commit6fe79e9f363eae18d3f309738710c86a2292ce6e (patch)
treeecc618fea091ed41c460dbd10717bf286b4d7080
parent443b50eabd1b41a89297f87266d2bb6d81dca715 (diff)
parentf2995e7062ff0a70eefb90d302ab94b42120485b (diff)
downloadscala-async-6fe79e9f363eae18d3f309738710c86a2292ce6e.tar.gz
scala-async-6fe79e9f363eae18d3f309738710c86a2292ce6e.tar.bz2
scala-async-6fe79e9f363eae18d3f309738710c86a2292ce6e.zip
Merge pull request #81 from retronym/topic/bump-scala-version
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"))