Skip to content

Commit

Permalink
update: logback-classic 1.5.9 -> 1.5.11 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaihao authored Oct 19, 2024
1 parent 6c23cbe commit 547c5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ object Dependencies extends AutoPlugin {
)

lazy val log = Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" % Provided,
"ch.qos.logback" % "logback-classic" % "1.5.9" % Provided
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" % Provided,
"ch.qos.logback" % "logback-classic" % "1.5.11" % Provided
)

val excludes = Seq()
Expand Down

0 comments on commit 547c5f0

Please sign in to comment.