From a254fa6c195b4df6b38e5af5c897589d02f9b34b Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Mon, 1 Aug 2011 16:11:59 +1200 Subject: [PATCH] Update multi-jvm docs --- akka-docs/dev/multi-jvm-testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/dev/multi-jvm-testing.rst b/akka-docs/dev/multi-jvm-testing.rst index 691306f850..786b2245a7 100644 --- a/akka-docs/dev/multi-jvm-testing.rst +++ b/akka-docs/dev/multi-jvm-testing.rst @@ -22,7 +22,7 @@ You can add it as a plugin by adding the following to your plugins/build.sbt:: resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/" - libraryDependencies += "com.typesafe" %% "sbt-multi-jvm" % "0.1" + libraryDependencies += "com.typesafe.sbt-multi-jvm" %% "sbt-multi-jvm" % "0.1.3" You can then add multi-JVM testing to a project by including the ``MultiJvm`` settings and config. For example, here is how the akka-cluster project adds