We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3723447 commit 286896cCopy full SHA for 286896c
project/plugins.sbt
@@ -6,7 +6,7 @@ else
6
Seq(addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3"))
7
8
val scalaJSVersion =
9
- Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.25")
+ Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.26")
10
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
12
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
0 commit comments