From 80e41f7ce5b0daa89b3cc0355519f747315b4967 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:20:34 +0000 Subject: [PATCH] Update de.flapdoodle.embed.mongo from 4.17.0 to 4.18.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8c9463d4..6c02f53d0 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4" val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.4" % Test val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV val logback = "ch.qos.logback" % "logback-classic" % "1.5.11" -val embedMongoVersion = "4.17.0" +val embedMongoVersion = "4.18.0" val AkkaVersion = "2.9.3" val AlpakkaVersion = "8.0.0" val AkkaHttpVersion = "10.6.3"