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 41a1641 + ebfbc74 commit f56b421Copy full SHA for f56b421
build.sbt
@@ -8,7 +8,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
8
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.4" % Test
9
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
10
val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"
11
-val embedMongoVersion = "4.14.0"
+val embedMongoVersion = "4.15.0"
12
val AkkaVersion = "2.8.5"
13
val AkkaHttpVersion = "10.5.0"
14
0 commit comments