Adding -feature and trying to find scala versions for our akka-actor-test dependencies. Also updating the version of Scalatest, specs2 and junit
This commit is contained in:
parent
9444df1245
commit
cd0c89d939
24 changed files with 70 additions and 44 deletions
|
|
@ -74,7 +74,7 @@ private[testkit] class CallingThreadDispatcherQueues extends Extension {
|
|||
if (queues contains mbox) {
|
||||
for {
|
||||
ref ← queues(mbox)
|
||||
val q = ref.get
|
||||
q = ref.get
|
||||
if (q ne null) && (q ne own)
|
||||
} {
|
||||
val owner = mbox.actor.self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue