Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 7fab546

Browse files
committed
Bump versions.
1 parent ba679c2 commit 7fab546

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
script:
1212
- admin/build.sh
1313
scala:
14-
- 2.11.0
14+
- 2.11.4
1515
jdk:
1616
- openjdk6
1717
# - openjdk7

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ lazy val commonSettings = scalaModuleSettings ++ Seq(
88
repoName := "scala-continuations",
99
organization := "org.scala-lang.plugins",
1010
version := "1.0.1-SNAPSHOT",
11-
scalaVersion := "2.11.2",
12-
snapshotScalaBinaryVersion := "2.11.2",
11+
scalaVersion := "2.11.4",
12+
snapshotScalaBinaryVersion := "2.11.4",
1313
scalacOptions ++= Seq(
1414
"-deprecation",
1515
"-feature")

project/build.properties

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

0 commit comments

Comments
 (0)