Skip to content

Commit ebfeae4

Browse files
authored
Merge pull request #239 from scala-steward/update/sbt-scalajs-0.6.29
Update sbt-scalajs, scalajs-compiler to 0.6.29
2 parents f8245ca + 1507a17 commit ebfeae4

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
@@ -7,7 +7,7 @@ scala:
77

88
env:
99
- ADOPTOPENJDK=8 SCALAJS_VERSION=
10-
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.28
10+
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.29
1111
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.0-M8
1212
- ADOPTOPENJDK=11 SCALAJS_VERSION=
1313

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

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

0 commit comments

Comments
 (0)