Skip to content

Commit

Permalink
Update logback-classic to 1.5.8 (#3085)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
Co-authored-by: Juliano Alves <[email protected]>
  • Loading branch information
zio-scala-steward[bot] and juliano committed Sep 9, 2024
1 parent 43f934b commit 1e76142
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 @@ -605,7 +605,7 @@ val scalaCollectionCompatVersion = "2.12.0"

lazy val loggingSettings = Seq(
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.5.6" % Test
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test
)
)

Expand Down

0 comments on commit 1e76142

Please sign in to comment.