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