From f7595e93de626dacc88da8dd334411d62890962d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 8 Sep 2024 14:56:40 +0000 Subject: [PATCH] Update logback-classic to 1.5.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 60271b4..197bec6 100644 --- a/build.sbt +++ b/build.sbt @@ -91,7 +91,7 @@ lazy val core = zio %% "zio-test-scalacheck" % zioV % Test, zio %% "zio-test-sbt" % zioV % Test, zio %% "zio-logging-slf4j" % "2.3.1" % Test, - "ch.qos.logback" % "logback-classic" % "1.5.7" % Test, + "ch.qos.logback" % "logback-classic" % "1.5.8" % Test, "com.dimafeng" %% "testcontainers-scala" % "0.41.4" % Test )