Skip to content

Commit 8cac388

Browse files
Update sbt-scalajs to 0.6.32 (scala#78)
1 parent b77e613 commit 8cac388

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

1010
env:
1111
- ADOPTOPENJDK=8 SCALAJS_VERSION=
12-
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.31
12+
- ADOPTOPENJDK=8 SCALAJS_VERSION=0.6.32
1313
- ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.0-RC2
1414
- ADOPTOPENJDK=11 SCALAJS_VERSION=
1515

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

44
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.1.3")
55

0 commit comments

Comments
 (0)