File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
# The empty SCALAJS_VERSION will only compile for the JVM
31
31
- SCALAJS_VERSION=
32
32
- SCALAJS_VERSION=0.6.25
33
- - SCALAJS_VERSION=1.0.0-M5
33
+ - SCALAJS_VERSION=1.0.0-M6
34
34
35
35
matrix :
36
36
exclude :
37
37
- jdk : openjdk11
38
38
env : SCALAJS_VERSION=0.6.25
39
39
- jdk : openjdk11
40
- env : SCALAJS_VERSION=1.0.0-M5
40
+ env : SCALAJS_VERSION=1.0.0-M6
41
41
- scala : 2.11.12
42
- env : SCALAJS_VERSION=1.0.0-M5
42
+ env : SCALAJS_VERSION=1.0.0-M6
43
43
- scala : 2.11.12
44
44
jdk : oraclejdk8
45
45
- scala : 2.11.12
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ val scalaJSVersion =
9
9
Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.25" )
10
10
11
11
addSbtPlugin(" 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" )
13
13
addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 1.0.14" )
You can’t perform that action at this time.
0 commit comments