Skip to content

Commit

Permalink
Update logback-classic to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 19, 2024
1 parent d698f79 commit 0b84614
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.5"

object Logback {
val classic = "ch.qos.logback" % "logback-classic" % "1.4.14"
val classic = "ch.qos.logback" % "logback-classic" % "1.5.6"
}

object Cats {
Expand Down

0 comments on commit 0b84614

Please sign in to comment.