<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.10</artifactId>
<version>2.3.13</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-testkit_2.10', version='2.3.13')
)
compile
|-- org.scala-lang:scala-library:2.10.4
|-- com.typesafe.akka:akka-actor_2.10:2.3.13
test
|-- junit:junit:4.11