From 8c547aa2e6b5d257d3e0936b9a64399cb3a7d650 Mon Sep 17 00:00:00 2001 From: Roland Date: Sun, 23 Dec 2012 20:18:19 +0100 Subject: [PATCH] update multi-jvm docs for scalatest 1.9.1 --- akka-docs/rst/dev/multi-jvm-testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/dev/multi-jvm-testing.rst b/akka-docs/rst/dev/multi-jvm-testing.rst index 0e02c21b01..6b85a00485 100644 --- a/akka-docs/rst/dev/multi-jvm-testing.rst +++ b/akka-docs/rst/dev/multi-jvm-testing.rst @@ -72,7 +72,7 @@ Here is an example Build.scala file that uses the MultiJvm plugin: "test" @crossString@, "com.typesafe.akka" %% "akka-remote-tests-experimental" % "@version@" % "test" @crossString@, - "org.scalatest" %% "scalatest" % "1.9" % "test", + "org.scalatest" %% "scalatest" % "1.9.1" % "test", "junit" % "junit" % "4.5" % "test" ) }