File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2929 matrix :
3030 # The empty SCALAJS_VERSION will only compile for the JVM
3131 - SCALAJS_VERSION=
32- - SCALAJS_VERSION=0.6.23
33- - SCALAJS_VERSION=1.0.0-M3
32+ - SCALAJS_VERSION=0.6.25
33+ - SCALAJS_VERSION=1.0.0-M5
3434
3535matrix :
3636 exclude :
3737 - jdk : oraclejdk10
38- env : SCALAJS_VERSION=0.6.23
38+ env : SCALAJS_VERSION=0.6.25
3939 - jdk : oraclejdk10
40- env : SCALAJS_VERSION=1.0.0-M3
40+ env : SCALAJS_VERSION=1.0.0-M5
4141 - scala : 2.11.12
4242 jdk : oraclejdk8
4343 - scala : 2.11.12
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
1919 scalacOptions in Test += " -Xxml:coalescing" ,
2020
2121 mimaPreviousVersion := {
22- if (System .getenv(" SCALAJS_VERSION" ) == " 1.0.0-M3 " ) None // No such release yet
22+ if (System .getenv(" SCALAJS_VERSION" ) == " 1.0.0-M5 " ) None // No such release yet
2323 else Some (" 1.1.0" )
2424 },
2525
Original file line number Diff line number Diff line change 66 Seq (addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.3" ))
77
88val scalaJSVersion =
9- Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.23 " )
9+ Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.25 " )
1010
1111addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
12- addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.4 .0" )
12+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.5 .0" )
1313addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 1.0.14" )
You can’t perform that action at this time.
0 commit comments