File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44 - 2.13.0
55
66env :
7- - SCALAJS_VERSION= ADOPTOPENJDK=8
8- - SCALAJS_VERSION=0.6.29 ADOPTOPENJDK=8
9- - SCALAJS_VERSION=1.0.0-M8 ADOPTOPENJDK=8
10- - SCALAJS_VERSION= ADOPTOPENJDK=11
7+ - SCALAJS_VERSION= ADOPTOPENJDK=8
8+ - SCALAJS_VERSION=0.6.31 ADOPTOPENJDK=8
9+ - SCALAJS_VERSION=1.0.0-RC2 ADOPTOPENJDK=8
10+ - SCALAJS_VERSION= ADOPTOPENJDK=11
1111
1212before_install :
1313 # adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation
Original file line number Diff line number Diff line change 11# Not 1.3.0 due to https://github.com/sbt/sbt/issues/5043
2- sbt.version =1.2.8
2+ sbt.version =1.3.5
Original file line number Diff line number Diff line change 11val scalaJSVersion =
2- Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.29 " )
2+ Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.31 " )
33
4- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.2 " )
4+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.3 " )
55
66addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 0.6.1" )
77addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
You can’t perform that action at this time.
0 commit comments