Skip to content

Commit

Permalink
Update logback-classic to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Sep 8, 2024
1 parent cf934cd commit 8a6101a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty
val Http4sVersion = "0.23.27"
val CirceVersion = "0.14.9"
val MunitVersion = "1.0.1"
val LogbackVersion = "1.5.7"
val LogbackVersion = "1.5.8"
val MunitCatsEffectVersion = "2.0.0"

lazy val root = project.in(file("."))
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
val Http4sVersion = "0.23.27"
val CirceVersion = "0.14.9"
val MunitVersion = "1.0.1"
val LogbackVersion = "1.5.7"
val LogbackVersion = "1.5.8"
val MunitCatsEffectVersion = "2.0.0"

lazy val root = (project in file("."))
Expand Down

0 comments on commit 8a6101a

Please sign in to comment.