Skip to content

Commit f522651

Browse files
authored
Merge pull request #354 from scala-steward/update/sbt-scalajs-1.5.0
Update sbt-scalajs, scalajs-compiler, ... to 1.5.0
2 parents 84e19dd + c0418f9 commit f522651

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ scala:
1212

1313
env:
1414
- ADOPTOPENJDK=8 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
15-
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.4.0 CACHE_WORKAROUND=see-PR-335
15+
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.5.0 CACHE_WORKAROUND=see-PR-335
1616
- ADOPTOPENJDK=11 SCALAJS_VERSION= CACHE_WORKAROUND=see-PR-335
1717

1818
matrix:

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
val scalaJSVersion =
2-
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.4.0")
2+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.5.0")
33

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

0 commit comments

Comments
 (0)