Skip to content

Commit 636bf32

Browse files
committed
Merge pull request #21 from gourlaysama/bump
bump versions: scala 2.11.1, sbt 0.13.5
2 parents 9942de1 + 08b013e commit 636bf32

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@ language: scala
22
script:
33
- sbt ++$TRAVIS_SCALA_VERSION clean update compile test
44
scala:
5-
- 2.11.0
5+
- 2.11.1
66
jdk:
77
- openjdk6
88
- openjdk7
99
notifications:
1010
email:
1111
12+
1213

1314
# if we get weird timeouts, see https://github.com/spray/spray/pull/233
1415
# 'set concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)'

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name := "scala-parser-combinators"
66

77
version := "1.0.2-SNAPSHOT"
88

9-
scalaVersion := "2.11.0"
9+
scalaVersion := "2.11.1"
1010

1111
snapshotScalaBinaryVersion := "2.11"
1212

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.1
1+
sbt.version=0.13.5

0 commit comments

Comments
 (0)