Skip to content

Commit a7ec5fc

Browse files
committed
Update sbt-scalajs to 0.6.28
1 parent 4cbcb66 commit a7ec5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
matrix:
2020
# The empty SCALAJS_VERSION will only compile for the JVM
2121
- SCALAJS_VERSION=
22-
- SCALAJS_VERSION=0.6.27
22+
- SCALAJS_VERSION=0.6.28
2323
- SCALAJS_VERSION=1.0.0-M7
2424

2525
matrix:

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")
22

33
val scalaJSVersion =
4-
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.27")
4+
Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.28")
55

66
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
77

0 commit comments

Comments
 (0)