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.
1 parent dc4faf7 commit fd81ed5Copy full SHA for fd81ed5
build.sbt
@@ -7,7 +7,7 @@ val jUnitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
7
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
8
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test
9
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
10
-val logback = "ch.qos.logback" % "logback-classic" % "1.5.18"
+val logback = "ch.qos.logback" % "logback-classic" % "1.5.19"
11
val embedMongoVersion = "4.21.0"
12
val AkkaVersion = "2.9.3"
13
val AlpakkaVersion = "8.0.0"
0 commit comments