<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.13.0-RC1</artifactId>
<version>2.5.22</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-stream_2.13.0-RC1', version='2.5.22')
)
compile
|-- org.scala-lang:scala-library:2.13.0-RC1
|-- com.typesafe.akka:akka-actor_2.13.0-RC1:2.5.22
|-- com.typesafe.akka:akka-protobuf_2.13.0-RC1:2.5.22
|-- org.reactivestreams:reactive-streams:1.0.2
|-- com.typesafe:ssl-config-core_2.13.0-RC1:0.4.0
provided
|-- com.github.ghik:silencer-lib_2.13.0-RC1:1.3.3
test