We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a0b8c commit 5e60c1eCopy full SHA for 5e60c1e
project/plugins.sbt
@@ -1,5 +1,7 @@
1
scalacOptions ++= Seq("-deprecation", "-feature", "-Xfatal-warnings")
2
3
+val scalajsVersion = Option(System.getenv("SCALAJS_VERSION")).filter(_.nonEmpty).getOrElse("0.6.28")
4
+
5
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.0.0")
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
6
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalajsVersion)
7
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
0 commit comments