Skip to content

Commit

Permalink
Change scalajs-crossproject version to 1.2.0 (#627)
Browse files Browse the repository at this point in the history
As of writing the latest version of sbt-scalajs-crossproject is 1.2.0 as listed on the repository of sbt-crossproject https://github.com/portable-scala/sbt-crossproject.
  • Loading branch information
ChidiRnweke authored Feb 5, 2024
1 parent 7587cf7 commit aeb2b55
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.0.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
{% endhighlight %}

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

0 comments on commit aeb2b55

Please sign in to comment.