Skip to content

Commit

Permalink
Merge pull request #644 from felher/patch-2
Browse files Browse the repository at this point in the history
Update cross-build.md: use version 1.3.2 of crossproject plugin
  • Loading branch information
sjrd authored Aug 27, 2024
2 parents ac4016e + 3ae437f commit 66972b8
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 66972b8

Please sign in to comment.