update to staged 2.10.0 release, CrossVersion.binary, see #2684
This commit is contained in:
parent
8a9f30d4ac
commit
ea08994d24
4 changed files with 14 additions and 14 deletions
|
|
@ -69,10 +69,10 @@ Here is an example Build.scala file that uses the MultiJvm plugin:
|
|||
|
||||
// ---- test dependencies ----
|
||||
"com.typesafe.akka" %% "akka-testkit" % "@version@" %
|
||||
"test" cross CrossVersion.full,
|
||||
"test" @crossString@,
|
||||
"com.typesafe.akka" %% "akka-remote-tests-experimental" % "@version@" %
|
||||
"test" cross CrossVersion.full,
|
||||
"org.scalatest" %% "scalatest" % "1.8-B2" % "test" cross CrossVersion.full,
|
||||
"test" @crossString@,
|
||||
"org.scalatest" %% "scalatest" % "1.8" % "test" cross CrossVersion.full,
|
||||
"junit" % "junit" % "4.5" % "test"
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue