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 ac4016e commit 3ae437fCopy full SHA for 3ae437f
doc/project/cross-build.md
@@ -32,7 +32,7 @@ First, you need to add `sbt-scalajs-crossproject` in your `project/plugins.sbt`
32
33
{% highlight scala %}
34
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "{{ site.versions.scalaJS }}")
35
-addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
+addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
36
{% endhighlight %}
37
38
You can then use the `crossProject` builder in your `build.sbt` file:
0 commit comments