We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443b50e commit f2995e7Copy full SHA for f2995e7
.travis.yml
@@ -2,7 +2,7 @@ language: scala
2
script:
3
- sbt ++$TRAVIS_SCALA_VERSION clean test publishLocal
4
scala:
5
- - 2.11.0-SNAPSHOT
+ - 2.11.1
6
jdk:
7
- openjdk6
8
- openjdk7
build.sbt
@@ -1,4 +1,4 @@
1
-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"))
0 commit comments