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 54e95cc commit da39a90Copy full SHA for da39a90
project/plugins.sbt
@@ -1,5 +1,5 @@
1
val scalaJSVersion =
2
- Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.12.0")
+ Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.11.0")
3
4
addSbtPlugin("org.portable-scala" % "sbt-crossproject" % "1.2.0")
5
0 commit comments