Skip to content

Commit 8e022dd

Browse files
authored
Merge pull request #280 from scala-steward/update/sbt-scalajs-0.6.33
2 parents 2785aac + f0f7737 commit 8e022dd

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
@@ -12,14 +12,14 @@ scala:
1212

1313
env:
1414
- ADOPTOPENJDK=8 SCALAJS_VERSION=
15-
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.32
15+
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.33
1616
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.1
1717
- ADOPTOPENJDK=11 SCALAJS_VERSION=
1818

1919
matrix:
2020
exclude:
2121
- scala: 0.24.0-RC1
22-
env: ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.32
22+
env: ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.33
2323
- scala: 0.24.0-RC1
2424
env: ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.1
2525
include:

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.32")
2+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.33")
33

44
val scalaNativeVersion =
55
Option(System.getenv("SCALANATIVE_VERSION")).filter(_.nonEmpty).getOrElse("0.3.9")

0 commit comments

Comments
 (0)