Skip to content

Commit

Permalink
Merge pull request #39 from http4s/update/logback-classic-1.4.11
Browse files Browse the repository at this point in the history
Update logback-classic to 1.4.11
  • Loading branch information
froth authored Aug 10, 2023
2 parents f8e8b50 + f5abd5e commit 4ed1d0e
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 @@ -33,7 +33,7 @@ ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty
val Http4sVersion = "0.23.23"
val CirceVersion = "0.14.5"
val MunitVersion = "0.7.29"
val LogbackVersion = "1.4.10"
val LogbackVersion = "1.4.11"
val MunitCatsEffectVersion = "1.0.7"

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.23"
val CirceVersion = "0.14.5"
val MunitVersion = "0.7.29"
val LogbackVersion = "1.4.10"
val LogbackVersion = "1.4.11"
val MunitCatsEffectVersion = "1.0.7"

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

0 comments on commit 4ed1d0e

Please sign in to comment.