Merge pull request #15047 from akka/wip-update-test-dependencies-master-ban
=pro Update test dependencies to Scala 2.11 cross published versions
This commit is contained in:
commit
17ecaaa28c
2 changed files with 7 additions and 7 deletions
|
|
@ -84,16 +84,16 @@ trait PersistenceDocSpec {
|
|||
}
|
||||
//#deletion
|
||||
}
|
||||
|
||||
|
||||
class MyProcessor4 extends Processor {
|
||||
//#recovery-completed
|
||||
override def preStart(): Unit = {
|
||||
super.preStart()
|
||||
self ! "FIRST"
|
||||
}
|
||||
|
||||
|
||||
def receive = initializing.orElse(active)
|
||||
|
||||
|
||||
def initializing: Receive = {
|
||||
case "FIRST" =>
|
||||
recoveryCompleted()
|
||||
|
|
@ -102,7 +102,7 @@ trait PersistenceDocSpec {
|
|||
case other if recoveryFinished =>
|
||||
stash()
|
||||
}
|
||||
|
||||
|
||||
def recoveryCompleted(): Unit = {
|
||||
// perform init after recovery, before any other messages
|
||||
// ...
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue