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 77
88env :
99 - SCALAJS_VERSION= ADOPTOPENJDK=8
10- - SCALAJS_VERSION=0.6.28 ADOPTOPENJDK=8
10+ - SCALAJS_VERSION=0.6.29 ADOPTOPENJDK=8
1111 - SCALAJS_VERSION=1.0.0-M8 ADOPTOPENJDK=8
1212 - SCALAJS_VERSION= ADOPTOPENJDK=11
1313
1414matrix :
1515 exclude :
1616 - scala : 0.18.1-RC1
17- env : SCALAJS_VERSION=0.6.28 ADOPTOPENJDK=8
17+ env : SCALAJS_VERSION=0.6.29 ADOPTOPENJDK=8
1818 - scala : 0.18.1-RC1
1919 env : SCALAJS_VERSION=1.0.0-M8 ADOPTOPENJDK=8
2020
Original file line number Diff line number Diff line change 11val scalaJSVersion =
2- Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.28 " )
2+ Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.29 " )
33
44addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.2" )
55addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
You can’t perform that action at this time.
0 commit comments