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

Commit e4604f6

Browse files
committed
Bump scala version
1 parent 1265443 commit e4604f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
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")
17+
Seq("2.12.1")
1818
else
1919
sys.error(s"don't know what Scala versions to build on $java")
2020
},
@@ -63,8 +63,8 @@ lazy val library = project settings (scalaModuleOsgiSettings: _*) settings (Mima
6363
s"-Jdummy=${pluginJar.value.lastModified}"),
6464
libraryDependencies ++= Seq(
6565
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
66-
"junit" % "junit" % "4.11" % "test",
67-
"com.novocode" % "junit-interface" % "0.10" % "test"),
66+
"junit" % "junit" % "4.12" % "test",
67+
"com.novocode" % "junit-interface" % "0.11" % "test"),
6868
testOptions += Tests.Argument(
6969
TestFrameworks.JUnit,
7070
s"-Dscala-continuations-plugin.jar=${pluginJar.value.getAbsolutePath}"

0 commit comments

Comments
 (0)