Skip to content

Commit

Permalink
Update logback-classic to 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Oct 8, 2024
1 parent 3846983 commit 7e50901
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.28"
val CirceVersion = "0.14.10"
val MunitVersion = "1.0.2"
val LogbackVersion = "1.5.8"
val LogbackVersion = "1.5.9"
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.28"
val CirceVersion = "0.14.10"
val MunitVersion = "1.0.2"
val LogbackVersion = "1.5.8"
val LogbackVersion = "1.5.9"
val MunitCatsEffectVersion = "2.0.0"

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

0 comments on commit 7e50901

Please sign in to comment.