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 94174aa + 0c6febc commit 100661cCopy full SHA for 100661c
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.7"
11
-val embedMongoVersion = "4.16.2"
+val embedMongoVersion = "4.17.0"
12
val AkkaVersion = "2.8.5"
13
val AkkaHttpVersion = "10.5.0"
14
0 commit comments