From 5e892157db013ce6d78ed0ab9512c4092fe5d6ea Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 14:20:57 +0000 Subject: [PATCH] Update logback-classic to 1.5.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d9ccdd..e9aad12 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ name := (core.projectRefs.head / name).value val V = new { val betterMonadicFor = "0.3.1" - val logbackClassic = "1.5.18" + val logbackClassic = "1.5.19" val munit = "0.7.29" }