<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-testkit_2.13</artifactId>
<version>2.6.0-RC2</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-stream-testkit_2.13', version='2.6.0-RC2')
)
compile
|-- org.scala-lang:scala-library:2.13.0
|-- com.typesafe.akka:akka-stream_2.13:2.6.0-RC2
|-- com.typesafe.akka:akka-testkit_2.13:2.6.0-RC2
provided
|-- com.github.ghik:silencer-lib_2.13:1.4.2
test
|-- org.scalatest:scalatest_2.13:3.0.8
|-- org.scalacheck:scalacheck_2.13:1.14.2
|-- junit:junit:4.12