Skip to content

Commit a406449

Browse files
authored
Merge pull request #274 from scala-steward/update/sbt-scalajs-0.6.26
Update sbt-scalajs, scalajs-compiler, ... to 0.6.26
2 parents aba89a4 + f917ece commit a406449

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
@@ -29,13 +29,13 @@ env:
2929
matrix:
3030
# The empty SCALAJS_VERSION will only compile for the JVM
3131
- SCALAJS_VERSION=
32-
- SCALAJS_VERSION=0.6.25
32+
- SCALAJS_VERSION=0.6.26
3333
- SCALAJS_VERSION=1.0.0-M6
3434

3535
matrix:
3636
exclude:
3737
- jdk: openjdk11
38-
env: SCALAJS_VERSION=0.6.25
38+
env: SCALAJS_VERSION=0.6.26
3939
- jdk: openjdk11
4040
env: SCALAJS_VERSION=1.0.0-M6
4141
- scala: 2.11.12

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ else
66
Seq(addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3"))
77

88
val scalaJSVersion =
9-
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.25")
9+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.26")
1010

1111
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
1212
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")

0 commit comments

Comments
 (0)