update to CrossVersion.binary deps

- scala-stm_2.10 % 0.7
- scalatest_2.10 % 1.9.1
- scalacheck_2.10 % 1.10.0
This commit is contained in:
Roland 2012-12-22 09:25:31 +01:00
parent b197fc2664
commit f48bdbecf2
2 changed files with 6 additions and 5 deletions

View file

@ -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.8" % "test" cross CrossVersion.full,
"org.scalatest" %% "scalatest" % "1.9" % "test",
"junit" % "junit" % "4.5" % "test"
)
}