<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo_2.11</artifactId>
<version>1.1.0-RC2</version>
</dependency>
@Grapes(
@Grab(group='org.reactivemongo', module='reactivemongo_2.11', version='1.1.0-RC2')
)
compile
|-- org.scala-lang:scala-library:2.11.12
|-- org.reactivemongo:reactivemongo-core_2.11:1.1.0-RC2
|-- com.typesafe.akka:akka-actor_2.11:2.3.13
|-- commons-codec:commons-codec:1.15
provided
|-- com.github.ghik:silencer-lib_2.11.12:1.7.7
|-- org.slf4j:slf4j-api:1.7.32
test
|-- com.typesafe.akka:akka-testkit_2.11:2.3.13
|-- com.typesafe.akka:akka-slf4j_2.11:2.3.13
|-- org.specs2:specs2-core_2.11:4.5.1