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 e81cb44 + 3fe10df commit c591650Copy full SHA for c591650
build.sbt
@@ -10,7 +10,7 @@ val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
10
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.5.4" % Test
11
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
12
val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"
13
-val embedMongoVersion = "4.13.1"
+val embedMongoVersion = "4.14.0"
14
val AkkaVersion = "2.8.5"
15
val AkkaHttpVersion = "10.5.0"
16
0 commit comments