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.
2 parents 9942de1 + 08b013e commit 636bf32Copy full SHA for 636bf32
.travis.yml
@@ -2,13 +2,14 @@ language: scala
2
script:
3
- sbt ++$TRAVIS_SCALA_VERSION clean update compile test
4
scala:
5
- - 2.11.0
+ - 2.11.1
6
jdk:
7
- openjdk6
8
- openjdk7
9
notifications:
10
email:
11
- adriaan.moors@typesafe.com
12
+ - antoine@gourlay.fr
13
14
# if we get weird timeouts, see https://github.com/spray/spray/pull/233
15
# 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)'
build.sbt
@@ -6,7 +6,7 @@ name := "scala-parser-combinators"
version := "1.0.2-SNAPSHOT"
-scalaVersion := "2.11.0"
+scalaVersion := "2.11.1"
snapshotScalaBinaryVersion := "2.11"
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.1
+sbt.version=0.13.5
0 commit comments