We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cce507 commit f9b528aCopy full SHA for f9b528a
build.sbt
@@ -310,7 +310,7 @@ lazy val enumeratumReactiveMongoBson =
310
version := Versions.Core.head,
311
crossScalaVersions := scalaVersionsAll,
312
libraryDependencies += {
313
- "org.reactivemongo" %% "reactivemongo-bson-api" % "1.1.0-RC7-SNAPSHOT" % Provided
+ "org.reactivemongo" %% "reactivemongo-bson-api" % "1.1.0-RC9" % Provided
314
},
315
libraryDependencies += scalaXmlTest.value,
316
libraryDependencies ++= {
0 commit comments