From e943cd36e38cf57e9535af3dc4d7e565f39f2a65 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 00:25:28 +0000 Subject: [PATCH] Update logback-classic from 1.5.20 to 1.5.21 --- build.sbt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 30e4d2f0a..9e2e1368d 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val jUnitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test" val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3" val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV -val logback = "ch.qos.logback" % "logback-classic" % "1.5.20" +val logback = "ch.qos.logback" % "logback-classic" % "1.5.21" val embedMongoVersion = "4.21.0" val AkkaVersion = "2.9.3" val AlpakkaVersion = "8.0.0" @@ -492,7 +492,6 @@ val http4sBlaze = "0.23.17" val http4sVersion = "0.23.33" val osLibVersion = "0.11.6" - val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion val log4jApiScalaDep =