Skip to content

Commit

Permalink
Update logback-classic to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2024
1 parent f424eba commit 10e6b5c
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 @@ -9,7 +9,7 @@ object Dependencies {

val sangria = "org.sangria-graphql" %% "sangria" % "4.2.0"
val sangriaCirce = "org.sangria-graphql" %% "sangria-circe" % "1.3.2"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.10"
val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.5.11"

val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.4"
val http4sEmberServer = "org.http4s" %% "http4s-ember-server" % V.http4s
Expand Down

0 comments on commit 10e6b5c

Please sign in to comment.