<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>play2-reactivemongo_2.13</artifactId>
<version>1.1.0.play29-RC12</version>
</dependency>
libraryDependencies += "org.reactivemongo" % "play2-reactivemongo_2.13" % "1.1.0.play29-RC12"
@Grapes(
@Grab(group='org.reactivemongo', module='play2-reactivemongo_2.13', version='1.1.0.play29-RC12')
)
<dependency org="org.reactivemongo" name="play2-reactivemongo_2.13" rev="1.1.0.play29-RC12" />
compile
|-- org.scala-lang:scala-library:2.13.10
|-- org.reactivemongo:reactivemongo_2.13:1.1.0-RC12
|-- org.reactivemongo:reactivemongo-play-json-compat_2.13:1.1.0.play29-RC12
|-- org.reactivemongo:reactivemongo-akkastream_2.13:1.1.0-RC12
provided
|-- com.github.ghik:silencer-lib_2.13.10:1.7.12
|-- com.typesafe.play:play_2.13:2.9.1
|-- com.github.ghik:silencer-lib_2.13.10:1.17.13
test
|-- ch.qos.logback:logback-classic:1.2.13
|-- com.typesafe.play:play-test_2.13:2.9.1