From c5e2d578ee63ab5e7228f9a5aa732138eb505676 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:05:12 +0000 Subject: [PATCH] Update logback-classic to 1.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ad198270..8f8ac96c 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.4" +val logbackVersion = "1.5.5" val log4catsVersion = "2.6.0" val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.0.0-M4"