From db4d183e9091958c2ae4901cc073387899fcea63 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:20:47 +0000 Subject: [PATCH] Update reactivemongo-akkastream from 1.1.0-RC14 to 1.1.0-RC15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ed64f55c2..748a8a056 100644 --- a/build.sbt +++ b/build.sbt @@ -360,7 +360,7 @@ val slickVersion = "3.5.2" val shapelessVersion = "2.3.12" val scalazVersion = "7.3.8" val fs2Version = "3.11.0" -val reactiveMongo = "1.1.0-RC14" +val reactiveMongo = "1.1.0-RC15" val slickPgVersion = "0.22.2" val scalaTestContainersVersion = "0.41.8" val postgresqlVersion = "42.7.5"