Skip to content

Commit 7772168

Browse files
committed
Update sbt-scalajs to 0.6.29
1 parent fb1e4a3 commit 7772168

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ scala:
77

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

1414
matrix:
1515
exclude:
1616
- scala: 0.18.1-RC1
17-
env: SCALAJS_VERSION=0.6.28 ADOPTOPENJDK=8
17+
env: SCALAJS_VERSION=0.6.29 ADOPTOPENJDK=8
1818
- scala: 0.18.1-RC1
1919
env: SCALAJS_VERSION=1.0.0-M8 ADOPTOPENJDK=8
2020

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
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.2")
55
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")

0 commit comments

Comments
 (0)