File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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.25
32+ - SCALAJS_VERSION=0.6.26
3333 - SCALAJS_VERSION=1.0.0-M6
3434
3535matrix :
3636 exclude :
3737 - jdk : openjdk11
38- env : SCALAJS_VERSION=0.6.25
38+ env : SCALAJS_VERSION=0.6.26
3939 - jdk : openjdk11
4040 env : SCALAJS_VERSION=1.0.0-M6
4141 - scala : 2.11.12
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.25 " )
9+ Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.26 " )
1010
1111addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
1212addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.0" )
You can’t perform that action at this time.
0 commit comments