Skip to content

Commit

Permalink
Upgrade logback-classic to 1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Feb 3, 2025
1 parent 37e4db3 commit 942e81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.sc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val collectionCompat = Agg(ivy"org.scala-lang.modules::scala-collection-com

lazy val logging = Agg(ivy"org.typelevel::log4cats-slf4j:2.6.0")

lazy val logback = Agg(ivy"ch.qos.logback:logback-classic:1.4.11")
lazy val logback = Agg(ivy"ch.qos.logback:logback-classic:1.5.16")

lazy val java8compat = Agg(ivy"org.scala-lang.modules::scala-java8-compat:1.0.2")

Expand Down

0 comments on commit 942e81b

Please sign in to comment.