From a22c7c4997a458312940dd514845e34947abbcfb Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 00:26:49 +0000 Subject: [PATCH] Update de.flapdoodle.embed.mongo from 4.20.1 to 4.21.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec39c708e..9ef1962b3 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3" val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV val logback = "ch.qos.logback" % "logback-classic" % "1.5.18" -val embedMongoVersion = "4.20.1" +val embedMongoVersion = "4.21.0" val AkkaVersion = "2.9.3" val AlpakkaVersion = "8.0.0" val AkkaHttpVersion = "10.6.3"