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

Commit 3eb1990

Browse files
committed
Bump versions.
1 parent 2de25d3 commit 3eb1990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0-RC1",
12-
snapshotScalaBinaryVersion := "2.11.0-RC1"
11+
scalaVersion := "2.11.1",
12+
snapshotScalaBinaryVersion := "2.11.1"
1313
)
1414

1515
lazy val root = project.in( file(".") ).settings( publishArtifact := false ).aggregate(plugin, library).settings(commonSettings : _*)

project/build.properties

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

0 commit comments

Comments
 (0)