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 a12f44f commit 6e43c31Copy full SHA for 6e43c31
docs/faq.md
@@ -95,3 +95,14 @@ ThisBuild / tlSonatypeUseLegacyHost := false
95
## How do I publish a website like this one?
96
97
Check out the [**sbt-typelevel-site**](site.md) plugin.
98
+
99
+## How do I manage my ScalaJS version?
100
101
+We recommend explicitly setting your ScalaJS version in `project/plugins.sbt`.
102
103
+```
104
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
105
106
107
+**sbt-typelevel** ships with a conservative ScalaJS version to enable certain settings.
108
+If one of your dependencies requires a newer ScalaJS version you may experience failures in the `scalaJSLink` CI step.
0 commit comments