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

Commit 34344dc

Browse files
committed
Bump versions
1 parent 48590fe commit 34344dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.1",
12-
snapshotScalaBinaryVersion := "2.11.1"
11+
scalaVersion := "2.11.2",
12+
snapshotScalaBinaryVersion := "2.11.2"
1313
)
1414

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

0 commit comments

Comments
 (0)