From 750939070af1a3a86f93c6a80a4fa031cc15f338 Mon Sep 17 00:00:00 2001 From: "AndyChen(Jingzhang)" Date: Mon, 29 Apr 2024 21:05:14 +0800 Subject: [PATCH] chore: update sbt-multi-jvm doc (#1302) --- docs/src/main/paradox/multi-jvm-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/multi-jvm-testing.md b/docs/src/main/paradox/multi-jvm-testing.md index 90a5b8c9691..db7a55fe0e4 100644 --- a/docs/src/main/paradox/multi-jvm-testing.md +++ b/docs/src/main/paradox/multi-jvm-testing.md @@ -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