Skip to content

Commit e1b0c7e

Browse files
authored
Merge pull request #185 from scala-steward/update/sbt-scalajs-0.6.26
Update sbt-scalajs, scalajs-compiler, ... to 0.6.26
2 parents ec35426 + f2995c8 commit e1b0c7e

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
@@ -21,7 +21,7 @@ env:
2121
matrix:
2222
# The empty SCALAJS_VERSION will only compile for the JVM
2323
- SCALAJS_VERSION=
24-
- SCALAJS_VERSION=0.6.25
24+
- SCALAJS_VERSION=0.6.26
2525
- SCALAJS_VERSION=1.0.0-M6
2626

2727
script: admin/build.sh

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ else
88
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")
99

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

1313
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
1414

0 commit comments

Comments
 (0)