Skip to content

Commit

Permalink
Update logback-classic to 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 8, 2024
1 parent 6cd08d0 commit dc21c2e
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 @@ -74,7 +74,7 @@ object Dependencies {
"io.circe" %% "circe-parser"
).map(_ % circeVersion)

lazy val logbackVersion = "1.5.8"
lazy val logbackVersion = "1.5.9"
lazy val logback = Seq("ch.qos.logback" % "logback-classic" % logbackVersion)

lazy val log4catsVersion = "2.7.0"
Expand Down

0 comments on commit dc21c2e

Please sign in to comment.