File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,13 +96,13 @@ ThisBuild / tlSonatypeUseLegacyHost := false
9696
9797Check out the [ ** sbt-typelevel-site** ] ( site.md ) plugin.
9898
99- ## How do I manage my ScalaJS version?
99+ ## How do I manage my Scala.js version?
100100
101- We recommend explicitly setting your ScalaJS version in ` project/plugins.sbt ` .
101+ We recommend explicitly setting your Scala.js version in ` project/plugins.sbt ` .
102102
103- ```
103+ ``` scala
104104addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.0" )
105105```
106106
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.
107+ ** sbt-typelevel** ships with a conservative Scala.js version to enable certain settings.
108+ If one of your dependencies requires a newer Scala.js version you may experience failures in the ` scalaJSLink ` CI step.
You can’t perform that action at this time.
0 commit comments