Update doc with correct version of ScalaTest
This commit is contained in:
parent
c33bd9fb9e
commit
c2bf33afbf
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" 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"
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue