<dependency>
<groupId>com.lightbend.akka</groupId>
<artifactId>akka-projection-testkit_2.13</artifactId>
<version>1.0.0-RC3</version>
</dependency>
libraryDependencies += "com.lightbend.akka" % "akka-projection-testkit_2.13" % "1.0.0-RC3"
@Grapes(
@Grab(group='com.lightbend.akka', module='akka-projection-testkit_2.13', version='1.0.0-RC3')
)
<dependency org="com.lightbend.akka" name="akka-projection-testkit_2.13" rev="1.0.0-RC3" />
compile
|-- org.scala-lang:scala-library:2.13.3
|-- com.lightbend.akka:akka-projection-core_2.13:1.0.0-RC3
|-- com.typesafe.akka:akka-actor-testkit-typed_2.13:2.6.8
|-- com.typesafe.akka:akka-stream-testkit_2.13:2.6.8
provided
|-- com.github.ghik:silencer-lib_2.13.3:1.7.0
test
|-- org.scalatest:scalatest_2.13:3.1.1
|-- org.scalatestplus:junit-4-12_2.13:3.1.1.0
|-- junit:junit:4.12