Skip to content

Commit f9b528a

Browse files
authored
Update ReactiveMongo to 1.1.0-RC9 (#366)
1 parent 8cce507 commit f9b528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ lazy val enumeratumReactiveMongoBson =
310310
version := Versions.Core.head,
311311
crossScalaVersions := scalaVersionsAll,
312312
libraryDependencies += {
313-
"org.reactivemongo" %% "reactivemongo-bson-api" % "1.1.0-RC7-SNAPSHOT" % Provided
313+
"org.reactivemongo" %% "reactivemongo-bson-api" % "1.1.0-RC9" % Provided
314314
},
315315
libraryDependencies += scalaXmlTest.value,
316316
libraryDependencies ++= {

0 commit comments

Comments
 (0)