Skip to content

Commit

Permalink
Update logback-classic to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 17, 2024
1 parent fc27318 commit 9a987fb
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 @@ -26,7 +26,7 @@ val commonLibraryDependencies = Seq(
"org.http4s" %% "http4s-ember-client" % Http4sVersion,
"org.http4s" %% "http4s-circe" % Http4sVersion,
"org.http4s" %% "http4s-dsl" % Http4sVersion,
"ch.qos.logback" % "logback-classic" % "1.5.6"
"ch.qos.logback" % "logback-classic" % "1.5.7"
)

lazy val root = tlCrossRootProject.aggregate(core, tests)
Expand Down

0 comments on commit 9a987fb

Please sign in to comment.