From 335bb74f6b77e909c8f5271378482fe4303ff9a2 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:23:51 +0000 Subject: [PATCH] Update reactivemongo-akkastream from 1.1.0-RC18 to 1.1.0-RC19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b4e48a0de..ece856671 100644 --- a/build.sbt +++ b/build.sbt @@ -360,7 +360,7 @@ val slickVersion = "3.6.1" val shapelessVersion = "2.3.13" val scalazVersion = "7.3.8" val fs2Version = "3.12.2" -val reactiveMongo = "1.1.0-RC18" +val reactiveMongo = "1.1.0-RC19" val slickPgVersion = "0.23.1" val scalaTestContainersVersion = "0.43.0" val postgresqlVersion = "42.7.8"