From c2bf33afbf8d501c93c5c58daebd5eee793472b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Antonsson?= Date: Thu, 8 Nov 2012 09:00:31 +0100 Subject: [PATCH] Update doc with correct version of ScalaTest --- 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 92a4e9c6b1..bee19cbe71 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" cross CrossVersion.full, "com.typesafe.akka" %% "akka-remote-tests-experimental" % "@version@" % "test" cross CrossVersion.full, - "org.scalatest" %% "scalatest" % "1.8" % "test" cross CrossVersion.full, + "org.scalatest" %% "scalatest" % "1.8-B2" % "test" cross CrossVersion.full, "junit" % "junit" % "4.5" % "test" ) }