Skip to content

Commit

Permalink
Update cross-build.md: use version 1.3.2 of crossproject plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
felher authored Aug 27, 2024
1 parent ac4016e commit 3ae437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/project/cross-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ First, you need to add `sbt-scalajs-crossproject` in your `project/plugins.sbt`

{% highlight scala %}
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "{{ site.versions.scalaJS }}")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
{% endhighlight %}

You can then use the `crossProject` builder in your `build.sbt` file:
Expand Down

0 comments on commit 3ae437f

Please sign in to comment.