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 4cbcb66 commit a7ec5fcCopy full SHA for a7ec5fc
.travis.yml
@@ -19,7 +19,7 @@ env:
19
matrix:
20
# The empty SCALAJS_VERSION will only compile for the JVM
21
- SCALAJS_VERSION=
22
- - SCALAJS_VERSION=0.6.27
+ - SCALAJS_VERSION=0.6.28
23
- SCALAJS_VERSION=1.0.0-M7
24
25
project/plugins.sbt
@@ -1,7 +1,7 @@
1
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")
2
3
val scalaJSVersion =
4
- Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.27")
+ Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.28")
5
6
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
7
0 commit comments