Skip to content

Commit

Permalink
Update logback-classic to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Mar 1, 2024
1 parent 2acfac7 commit ce4360a
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.4.14"
lazy val logbackVersion = "1.5.1"
lazy val logback = Seq("ch.qos.logback" % "logback-classic" % logbackVersion)

lazy val log4catsVersion = "2.6.0"
Expand Down

0 comments on commit ce4360a

Please sign in to comment.