File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ crossScalaVersions in ThisBuild := {
5
5
val isJDK6Or7 =
6
6
javaVersion.startsWith(" 1.6." ) || javaVersion.startsWith(" 1.7." )
7
7
if (isJDK6Or7)
8
- Seq (" 2.11.7 " )
8
+ Seq (" 2.11.8 " )
9
9
else
10
- Seq (" 2.11.7 " , " 2.12.0-M3 " )
10
+ Seq (" 2.11.8 " , " 2.12.0-RC1 " )
11
11
}
12
12
13
13
lazy val `scala-parser-combinators` = crossProject.in(file(" ." )).
@@ -43,8 +43,8 @@ lazy val `scala-parser-combinators` = crossProject.in(file(".")).
43
43
).
44
44
jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin )).
45
45
jvmSettings(
46
- libraryDependencies += " junit" % " junit" % " 4.11 " % " test" ,
47
- libraryDependencies += " com.novocode" % " junit-interface" % " 0.10 " % " test"
46
+ libraryDependencies += " junit" % " junit" % " 4.12 " % " test" ,
47
+ libraryDependencies += " com.novocode" % " junit-interface" % " 0.11 " % " test"
48
48
).
49
49
jvmSettings(
50
50
mimaPreviousVersion := Some (" 1.0.4" )
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.9
1
+ sbt.version =0.13.12
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.scala-lang.modules" % " scala-module-plugin" % " 1.0.4" )
2
2
3
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.6 " )
3
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 0.6.12 " )
You can’t perform that action at this time.
0 commit comments