This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 750939070a chore: update sbt-multi-jvm doc (#1302)
750939070a is described below
commit 750939070af1a3a86f93c6a80a4fa031cc15f338
Author: AndyChen(Jingzhang) <[email protected]>
AuthorDate: Mon Apr 29 21:05:14 2024 +0800
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 90a5b8c969..db7a55fe0e 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]