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 ca9fae1 + 4e0277b commit 0b6d642Copy full SHA for 0b6d642
.travis.yml
@@ -11,7 +11,7 @@ env:
11
script:
12
- admin/build.sh
13
scala:
14
- - 2.11.2
+ - 2.11.6
15
jdk:
16
- openjdk6
17
- openjdk7
build.sbt
@@ -6,7 +6,7 @@ name := "scala-parser-combinators"
6
7
version := "1.0.3-SNAPSHOT"
8
9
-scalaVersion := "2.11.2"
+scalaVersion := "2.11.6"
10
snapshotScalaBinaryVersion := "2.11"
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.7
+sbt.version=0.13.8
0 commit comments