We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddcde52 + 8ade2c5 commit cd92aa3Copy full SHA for cd92aa3
build.sbt
@@ -8,7 +8,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.1"
8
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.1" % Test
9
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
10
val logback = "ch.qos.logback" % "logback-classic" % "1.5.17"
11
-val embedMongoVersion = "4.20.0"
+val embedMongoVersion = "4.20.1"
12
val AkkaVersion = "2.9.3"
13
val AlpakkaVersion = "8.0.0"
14
val AkkaHttpVersion = "10.6.3"
0 commit comments