Skip to content

Commit a50fd85

Browse files
authored
Merge pull request #398 from scala-steward/update/sbt-scalajs-0.6.32
Update sbt-scalajs to 0.6.32
2 parents 9f03852 + 052695f commit a50fd85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ scala:
1111

1212
env:
1313
- SCALAJS_VERSION= ADOPTOPENJDK=8
14-
- SCALAJS_VERSION=0.6.31 ADOPTOPENJDK=8
14+
- SCALAJS_VERSION=0.6.32 ADOPTOPENJDK=8
1515
- SCALAJS_VERSION=1.0.0-RC2 ADOPTOPENJDK=8
1616
- SCALAJS_VERSION= ADOPTOPENJDK=11
1717
- SCALAJS_VERSION= ADOPTOPENJDK=13
1818

1919
matrix:
2020
exclude:
2121
- scala: 0.21.0-RC1
22-
env: SCALAJS_VERSION=0.6.31 ADOPTOPENJDK=8
22+
env: SCALAJS_VERSION=0.6.32 ADOPTOPENJDK=8
2323
- scala: 0.21.0-RC1
2424
env: SCALAJS_VERSION=1.0.0-RC2 ADOPTOPENJDK=8
2525

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scalaJSVersion =
2-
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.31")
2+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.32")
33

44
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")

0 commit comments

Comments
 (0)