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 e542b3d commit 4d288dbCopy full SHA for 4d288db
.travis.yml
@@ -9,7 +9,7 @@ scala:
9
10
env:
11
- ADOPTOPENJDK=8 SCALAJS_VERSION=
12
- - ADOPTOPENJDK=8 SCALAJS_VERSION=1.0.1
+ - ADOPTOPENJDK=8 SCALAJS_VERSION=1.1.0
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.0.1")
+ Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.1.0")
3
4
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.0")
5
0 commit comments