Skip to content

Commit

Permalink
chore: update sbt-multi-jvm doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Apr 29, 2024
1 parent 08782cd commit 35c9cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/multi-jvm-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To configure it in your project you should do the following steps:
1. Add it as a plugin by adding the following to your project/plugins.sbt:

```none
addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
addSbtPlugin("com.github.sbt" % "sbt-multi-jvm" % "0.6.0")
```
2. Add multi-JVM testing to `build.sbt` or `project/Build.scala` by enabling `MultiJvmPlugin` and
Expand Down

0 comments on commit 35c9cfb

Please sign in to comment.