Skip to content

Commit

Permalink
Update logback-classic to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
http4s-steward[bot] committed Feb 29, 2024
1 parent 363b687 commit 5ab4120
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 @@ -29,7 +29,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty
val Http4sVersion = "0.23.25"
val CirceVersion = "0.14.6"
val MunitVersion = "0.7.29"
val LogbackVersion = "1.5.0"
val LogbackVersion = "1.5.1"
val MunitCatsEffectVersion = "1.0.7"

lazy val root = project
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.25"
val CirceVersion = "0.14.6"
val MunitVersion = "0.7.29"
val LogbackVersion = "1.5.0"
val LogbackVersion = "1.5.1"
val MunitCatsEffectVersion = "1.0.7"

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

0 comments on commit 5ab4120

Please sign in to comment.