We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d2e6b commit 186fcb6Copy full SHA for 186fcb6
.travis.yml
@@ -9,7 +9,7 @@ scala:
9
10
env:
11
- ADOPTOPENJDK=8 SCALAJS_VERSION=
12
- - ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.0
+ - ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.1
13
- ADOPTOPENJDK=11 SCALAJS_VERSION=
14
15
install:
project/plugins.sbt
@@ -1,5 +1,5 @@
1
val scalaJSVersion =
2
- Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.1.0")
+ Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.1.1")
3
4
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.0")
5
0 commit comments