=pro Update test dependencies to Scala 2.11 cross published versions

This commit is contained in:
Björn Antonsson 2014-04-09 11:40:31 +02:00
parent 44f499f434
commit c8ea061472
2 changed files with 7 additions and 7 deletions

View file

@ -1001,9 +1001,9 @@ object Dependencies {
val scalaStmVersion = System.getProperty("akka.build.scalaStmVersion", "0.7")
val scalaZeroMQVersion = System.getProperty("akka.build.scalaZeroMQVersion", "0.0.7")
val genJavaDocVersion = System.getProperty("akka.build.genJavaDocVersion", "0.7")
val scalaTestVersion = System.getProperty("akka.build.scalaTestVersion", "2.0")
val scalaCheckVersion = System.getProperty("akka.build.scalaCheckVersion", "1.10.1")
val scalaContinuationsVersion = System.getProperty("akka.build.scalaContinuationsVersion", "1.0.0-RC3")
val scalaTestVersion = System.getProperty("akka.build.scalaTestVersion", "2.1.3")
val scalaCheckVersion = System.getProperty("akka.build.scalaCheckVersion", "1.11.3")
val scalaContinuationsVersion = System.getProperty("akka.build.scalaContinuationsVersion", "1.0.1")
}
object Compile {