From 69ea079fe7d1d821086dd36b56da677403e8ad88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 20 Feb 2024 17:14:50 +0100 Subject: [PATCH] docs: Latest sbt-multi-jvm I suspect the current documented version was published on the decomissioned sbt plugin repo. --- akka-docs/src/main/paradox/multi-jvm-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/multi-jvm-testing.md b/akka-docs/src/main/paradox/multi-jvm-testing.md index 09dd1b20e94..608d8e354c8 100644 --- a/akka-docs/src/main/paradox/multi-jvm-testing.md +++ b/akka-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