<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-testkit_2.13</artifactId>
<version>10.1.10</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http-testkit_2.13', version='10.1.10')
)
compile
|-- org.scala-lang:scala-library:2.13.0
|-- com.typesafe.akka:akka-http_2.13:10.1.10
provided
|-- com.typesafe.akka:akka-stream-testkit_2.13:2.5.23
|-- com.typesafe.akka:akka-testkit_2.13:2.5.23
test
|-- junit:junit:4.12
|-- com.novocode:junit-interface:0.11