update multi-jvm docs for scalatest 1.9.1
This commit is contained in:
parent
f48bdbecf2
commit
8c547aa2e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue