From 844a110082fdaba6a9ee743141c586b1d9bffff4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 01:34:47 +0000 Subject: [PATCH] Update reactivemongo-pekkostream to 1.1.0-RC21 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c85ccff3f306..1682e28889b5 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -77,7 +77,7 @@ object Dependencies: def bundle = Seq(macros, util, tagging) object reactivemongo: - val rmVersion = "1.1.0-RC20" + val rmVersion = "1.1.0-RC21" // Use the Pekko actor backend instead of the default Akka one, so the whole app is Akka-free. val driver = ("org.reactivemongo" %% "reactivemongo" % "1.1.0-pekko.noshaded.RC20") val actorsPekko = "org.reactivemongo" %% "reactivemongo-actors-pekko" % rmVersion