<dependency>
<groupId>org.reactivemongo</groupId>
<artifactId>reactivemongo-bson-api_3</artifactId>
<version>1.1.0-RC7</version>
</dependency>
@Grapes(
@Grab(group='org.reactivemongo', module='reactivemongo-bson-api_3', version='1.1.0-RC7')
)
compile
|-- org.scala-lang:scala3-library_3:3.2.1
provided
|-- org.scala-lang:scala3-compiler_3:3.2.1
|-- org.reactivemongo:reactivemongo-shaded:1.1.0-RC7
test
|-- org.specs2:specs2-core_2.13:4.19.0
|-- org.specs2:specs2-junit_2.13:4.19.0
|-- org.specs2:specs2-scalacheck_2.13:4.19.0
|-- org.specs2:specs2-matcher-extra_2.13:4.19.0
|-- org.typelevel:discipline-specs2_2.13:1.1.3