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

Commit dbf56fb

Browse files
committed
Bump to 2.12.0-RC2
1 parent 9874e06 commit dbf56fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lazy val commonSettings = scalaModuleSettings ++ Seq(
1414
if (java.startsWith("1.6.") || java.startsWith("1.7."))
1515
Seq("2.11.8")
1616
else if (java.startsWith("1.8.") || java.startsWith("1.9."))
17-
Seq("2.12.0-RC1")
17+
Seq("2.12.0-RC2")
1818
else
1919
sys.error(s"don't know what Scala versions to build on $java")
2020
},
@@ -51,7 +51,6 @@ val pluginJar = packageTask in (plugin, Compile)
5151
lazy val library = project settings (scalaModuleOsgiSettings: _*) settings (MimaPlugin.mimaDefaultSettings: _*) settings (
5252
name := "scala-continuations-library",
5353
MimaKeys.mimaPreviousArtifacts := Set(
54-
organization.value % s"${name.value}_2.11.0-RC1" % "1.0.0",
5554
organization.value % s"${name.value}_2.11" % "1.0.2"
5655
),
5756
scalacOptions ++= Seq(

0 commit comments

Comments
 (0)