Skip to content

Commit

Permalink
Merge pull request #590 from scala-steward/update/logback-classic-1.5.7
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.7
  • Loading branch information
ornicar authored Aug 17, 2024
2 parents f4c032f + 5d71c5c commit e6c8e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ lazy val `lila-ws` = project
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"com.github.blemale" %% "scaffeine" % "5.3.0" % "compile",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"ch.qos.logback" % "logback-classic" % "1.5.7",
"org.playframework" %% "play-json" % "3.0.4",
"io.kamon" %% "kamon-core" % kamonVersion,
"io.kamon" %% "kamon-influxdb" % kamonVersion,
Expand Down

0 comments on commit e6c8e00

Please sign in to comment.