Skip to content

Commit

Permalink
Merge pull request #333 from scala-steward/update/logback-classic-1.5.5
Browse files Browse the repository at this point in the history
Update logback-classic, logback-core to 1.5.5
  • Loading branch information
an-tex authored Apr 17, 2024
2 parents 240d4f7 + 72a74b9 commit 91b6b1e
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 @@ -144,7 +144,7 @@ object Dependencies {
}

object logback {
private val logback = "1.5.4"
private val logback = "1.5.5"

val core = "ch.qos.logback" % "logback-core" % logback
val classic = "ch.qos.logback" % "logback-classic" % logback
Expand Down

0 comments on commit 91b6b1e

Please sign in to comment.