Skip to content

Commit

Permalink
upgrade reactivemongo
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Apr 24, 2023
1 parent 03bac54 commit 75b747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Dependencies {
}

object reactivemongo {
val driver = "org.reactivemongo" %% "reactivemongo" % "1.1.0-RC7"
val driver = "org.reactivemongo" %% "reactivemongo" % "1.1.0-RC9"
val stream = "org.reactivemongo" %% "reactivemongo-akkastream" % "1.1.0-RC9"
val shaded = "org.reactivemongo" % "reactivemongo-shaded-native" % s"1.1.0-RC6-$os-x86-64"
// val kamon = "org.reactivemongo" %% "reactivemongo-kamon" % "1.0.8"
Expand Down

0 comments on commit 75b747a

Please sign in to comment.