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 94afbff commit 6725028Copy full SHA for 6725028
.travis.yml
@@ -9,7 +9,7 @@ scala:
9
10
env:
11
- ADOPTOPENJDK=8 SCALAJS_VERSION=
12
- - ADOPTOPENJDK=8 SCALAJS_VERSION=1.3.1
+ - ADOPTOPENJDK=8 SCALAJS_VERSION=1.4.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.3.1")
+ Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("1.4.0")
3
4
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.3")
5
0 commit comments