Skip to content

Commit e943cd3

Browse files
Update logback-classic from 1.5.20 to 1.5.21
1 parent 800f91c commit e943cd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val jUnitInterface = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
77
val catsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
88
val catEffectTest = "org.typelevel" %% "cats-effect-testkit" % "3.6.3" % Test
99
val scalaReflection = "org.scala-lang" % "scala-reflect" % scalaV
10-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.20"
10+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.21"
1111
val embedMongoVersion = "4.21.0"
1212
val AkkaVersion = "2.9.3"
1313
val AlpakkaVersion = "8.0.0"
@@ -492,7 +492,6 @@ val http4sBlaze = "0.23.17"
492492
val http4sVersion = "0.23.33"
493493
val osLibVersion = "0.11.6"
494494

495-
496495
val osLibDep = "com.lihaoyi" %% "os-lib" % osLibVersion
497496

498497
val log4jApiScalaDep =

0 commit comments

Comments
 (0)