File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 29
29
matrix :
30
30
# The empty SCALAJS_VERSION will only compile for the JVM
31
31
- 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
34
34
35
35
matrix :
36
36
exclude :
37
37
- jdk : oraclejdk10
38
- env : SCALAJS_VERSION=0.6.23
38
+ env : SCALAJS_VERSION=0.6.25
39
39
- jdk : oraclejdk10
40
- env : SCALAJS_VERSION=1.0.0-M3
40
+ env : SCALAJS_VERSION=1.0.0-M5
41
+ - scala : 2.11.12
42
+ env : SCALAJS_VERSION=1.0.0-M5
41
43
- scala : 2.11.12
42
44
jdk : oraclejdk8
43
45
- scala : 2.11.12
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
19
19
scalacOptions in Test += " -Xxml:coalescing" ,
20
20
21
21
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
23
23
else Some (" 1.1.0" )
24
24
},
25
25
Original file line number Diff line number Diff line change 6
6
Seq (addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.3" ))
7
7
8
8
val 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 " )
10
10
11
11
addSbtPlugin(" 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" )
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