<dependency>
<groupId>com.lightbend.akka</groupId>
<artifactId>akka-projection-testkit_2.13</artifactId>
<version>0.1</version>
</dependency>
@Grapes(
@Grab(group='com.lightbend.akka', module='akka-projection-testkit_2.13', version='0.1')
)
compile
|-- org.scala-lang:scala-library:2.13.2
|-- com.lightbend.akka:akka-projection-core_2.13:0.1
|-- com.typesafe.akka:akka-actor-testkit-typed_2.13:2.6.5
|-- com.typesafe.akka:akka-stream-testkit_2.13:2.6.5
test
|-- org.scalatest:scalatest_2.13:3.1.1
|-- org.scalatestplus:junit-4-12_2.13:3.1.1.0
|-- junit:junit:4.12