Skip to content

Commit

Permalink
Update logback-classic to 1.5.16 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 6, 2025
1 parent a03783d commit 3e9f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.16"

object Logback {
val classic = "ch.qos.logback" % "logback-classic" % "1.5.12"
val classic = "ch.qos.logback" % "logback-classic" % "1.5.16"
}

object Cats {
Expand Down

0 comments on commit 3e9f514

Please sign in to comment.