<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo_2.13</artifactId>
<version>1.0.2</version>
</dependency>
@Grapes(
@Grab(group='org.reactivemongo', module='reactivemongo_2.13', version='1.0.2')
)
compile
|-- org.scala-lang:scala-library:2.13.3
|-- org.reactivemongo:reactivemongo-core_2.13:1.0.2
|-- com.typesafe.akka:akka-actor_2.13:2.5.25
|-- commons-codec:commons-codec:1.15
|-- org.apache.logging.log4j:log4j-api:2.14.0
provided
|-- com.sksamuel.scapegoat:scalac-scapegoat-plugin_2.13:1.3.11
|-- com.github.ghik:silencer-lib_2.13.3:1.7.1
|-- org.slf4j:slf4j-api:1.7.30
test
|-- com.typesafe.akka:akka-testkit_2.13:2.5.25
|-- com.typesafe.akka:akka-slf4j_2.13:2.5.25
|-- com.chuusai:shapeless_2.13:2.3.3
|-- org.specs2:specs2-core_2.13:4.5.1