Skip to content

Commit

Permalink
Update logback-classic to 1.4.4 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 12, 2022
1 parent af646c0 commit ab18f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.sc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {

lazy val logging = Agg(ivy"org.typelevel::log4cats-slf4j:2.5.0")

lazy val logback = Agg(ivy"ch.qos.logback:logback-classic:1.4.1")
lazy val logback = Agg(ivy"ch.qos.logback:logback-classic:1.4.4")

lazy val tests = Agg(ivy"org.scalameta::munit:0.7.29")
}

0 comments on commit ab18f1b

Please sign in to comment.