Skip to content

Commit

Permalink
Merge pull request #114 from http4s/update/logback-classic-1.5.10
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.10
  • Loading branch information
froth authored Oct 12, 2024
2 parents dcc98df + 32c2932 commit a74055d
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.9"
val LogbackVersion = "1.5.10"
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.9"
val LogbackVersion = "1.5.10"
val MunitCatsEffectVersion = "2.0.0"

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

0 comments on commit a74055d

Please sign in to comment.