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