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 7
7
8
8
env :
9
9
- SCALAJS_VERSION= ADOPTOPENJDK=8
10
- - SCALAJS_VERSION=0.6.28 ADOPTOPENJDK=8
10
+ - SCALAJS_VERSION=0.6.29 ADOPTOPENJDK=8
11
11
- SCALAJS_VERSION=1.0.0-M8 ADOPTOPENJDK=8
12
12
- SCALAJS_VERSION= ADOPTOPENJDK=11
13
- - SCALAJS_VERSION=0.6.28 ADOPTOPENJDK=11
13
+ - SCALAJS_VERSION=0.6.29 ADOPTOPENJDK=11
14
14
- SCALAJS_VERSION=1.0.0-M8 ADOPTOPENJDK=11
15
15
16
16
matrix :
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 1
1
val crossVer = " 0.6.1"
2
2
val 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 " )
4
4
val scalaNativeVersion =
5
5
Option (System .getenv(" SCALANATIVE_VERSION" )).filter(_.nonEmpty).getOrElse(" 0.3.9" )
6
6
7
7
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % scalaJSVersion)
8
8
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % crossVer)
9
9
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % scalaNativeVersion)
10
10
addSbtPlugin(" 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 " )
13
13
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.9.0" )
You can’t perform that action at this time.
0 commit comments