update multi-jvm docs for scalatest 1.9.1

This commit is contained in:
Roland 2012-12-23 20:18:19 +01:00
parent f48bdbecf2
commit 8c547aa2e6

View file

@ -72,7 +72,7 @@ Here is an example Build.scala file that uses the MultiJvm plugin:
"test" @crossString@, "test" @crossString@,
"com.typesafe.akka" %% "akka-remote-tests-experimental" % "@version@" % "com.typesafe.akka" %% "akka-remote-tests-experimental" % "@version@" %
"test" @crossString@, "test" @crossString@,
"org.scalatest" %% "scalatest" % "1.9" % "test", "org.scalatest" %% "scalatest" % "1.9.1" % "test",
"junit" % "junit" % "4.5" % "test" "junit" % "junit" % "4.5" % "test"
) )
} }