File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 # The empty SCALAJS_VERSION will only compile for the JVM
3131 - SCALAJS_VERSION=
3232 - SCALAJS_VERSION=0.6.25
33- - SCALAJS_VERSION=1.0.0-M5
33+ - SCALAJS_VERSION=1.0.0-M6
3434
3535matrix :
3636 exclude :
3737 - jdk : openjdk11
3838 env : SCALAJS_VERSION=0.6.25
3939 - jdk : openjdk11
40- env : SCALAJS_VERSION=1.0.0-M5
40+ env : SCALAJS_VERSION=1.0.0-M6
4141 - scala : 2.11.12
42- env : SCALAJS_VERSION=1.0.0-M5
42+ env : SCALAJS_VERSION=1.0.0-M6
4343 - scala : 2.11.12
4444 jdk : oraclejdk8
4545 - scala : 2.11.12
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ val scalaJSVersion =
99 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.5 .0" )
12+ addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6 .0" )
1313addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 1.0.14" )
You can’t perform that action at this time.
0 commit comments