From bc2889e7bd209fbd985eaff95490b27f6efcf8c3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jul 2023 05:54:46 +0000 Subject: [PATCH] Update logback-classic to 1.2.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8f2d2afc9..ab198ee32 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val zioVersion = "2.0.6" val zioSchemaVersion = "0.4.2" val testcontainersVersion = "1.17.6" val testcontainersScalaVersion = "0.40.17" -val logbackVersion = "1.2.11" +val logbackVersion = "1.2.12" lazy val root = project .in(file("."))