File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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
13- - SCALAJS_VERSION=0.6.28 ADOPTOPENJDK=11
13+ - SCALAJS_VERSION=0.6.29 ADOPTOPENJDK=11
1414 - SCALAJS_VERSION=1.0.0-M8 ADOPTOPENJDK=11
1515
1616matrix :
Original file line number Diff line number Diff line change 1- sbt.version =1.3.0
1+ sbt.version =1.3.1
Original file line number Diff line number Diff line change 11val crossVer = " 0.6.1"
22val scalaJSVersion =
3- Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.28 " )
3+ Option (System .getenv(" SCALAJS_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.6.29 " )
44val scalaNativeVersion =
55 Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.3.9" )
66
77addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
88addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
99addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
1010addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % crossVer)
11- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.2 " )
12- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.7 " )
11+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.1.3 " )
12+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.9.6 " )
1313addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
You can’t perform that action at this time.
0 commit comments