Skip to content

Commit

Permalink
Merge pull request #303 from scala-steward/update/logback-classic-1.5.4
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.4
  • Loading branch information
lenguyenthanh authored Apr 9, 2024
2 parents 543e7b5 + 63e274f commit ba072b4
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 @@ -44,7 +44,7 @@ object Dependencies {
val http4sCirce = http4s("circe")

val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.6.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.3"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.4"

val redis = "io.chrisdavenport" %% "rediculous" % "0.5.1"

Expand Down

0 comments on commit ba072b4

Please sign in to comment.