<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo-akkastream_2.13</artifactId>
<version>1.0.9</version>
</dependency>
@Grapes(
@Grab(group='org.reactivemongo', module='reactivemongo-akkastream_2.13', version='1.0.9')
)
compile
|-- org.scala-lang:scala-library:2.13.7
|-- com.typesafe.akka:akka-stream_2.13:2.5.32
provided
|-- com.github.ghik:silencer-lib_2.13.7:1.7.7
|-- org.reactivemongo:reactivemongo_2.13:1.0.9
test
|-- org.specs2:specs2-core_2.13:4.10.6
|-- org.specs2:specs2-junit_2.13:4.10.6
|-- org.slf4j:slf4j-simple:1.7.32
|-- commons-codec:commons-codec:1.15
|-- com.typesafe.akka:akka-slf4j_2.13:2.5.32
|-- com.typesafe.akka:akka-stream-testkit_2.13:2.5.32
|-- com.typesafe.akka:akka-stream-contrib_2.13:0.10+9-a20362e2