From 6cf9a3bff8961e9560a5a0a359eaab52e25e8aec Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 00:25:00 +0000 Subject: [PATCH] Update reactivemongo-akkastream from 1.1.0-RC15 to 1.1.0-RC16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 333c6f853..022faa211 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.0" -val reactiveMongo = "1.1.0-RC15" +val reactiveMongo = "1.1.0-RC16" val slickPgVersion = "0.23.1" val scalaTestContainersVersion = "0.43.0" val postgresqlVersion = "42.7.7"