File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ language: scala
2
2
script :
3
3
- sbt ++$TRAVIS_SCALA_VERSION clean update compile test
4
4
scala :
5
- - 2.11.0
5
+ - 2.11.1
6
6
jdk :
7
7
- openjdk6
8
8
- openjdk7
9
9
notifications :
10
10
email :
11
11
- adriaan.moors@typesafe.com
12
+ - antoine@gourlay.fr
12
13
13
14
# if we get weird timeouts, see https://github.com/spray/spray/pull/233
14
15
# 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name := "scala-parser-combinators"
6
6
7
7
version := " 1.0.2-SNAPSHOT"
8
8
9
- scalaVersion := " 2.11.0 "
9
+ scalaVersion := " 2.11.1 "
10
10
11
11
snapshotScalaBinaryVersion := " 2.11"
12
12
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.1
1
+ sbt.version =0.13.5
You can’t perform that action at this time.
0 commit comments