From 0e87097ab604f67983d937199386f35bbe089e26 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:05:47 +0000 Subject: [PATCH] Update logback-classic to 1.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08e2bef4..ad198270 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val http4sVersion = "0.23.26" val jnrUnixsocketVersion = "0.38.22" val kindProjectorVersion = "0.13.3" val literallyVersion = "1.1.0" -val logbackVersion = "1.5.3" +val logbackVersion = "1.5.4" val log4catsVersion = "2.6.0" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.0.0-M4"