From 11eaf24e4fe1389664072627dd5aed8f9e14fd70 Mon Sep 17 00:00:00 2001 From: "scala-steward-baeldung[bot]" <143488814+scala-steward-baeldung[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 00:24:32 +0000 Subject: [PATCH] Update zio-logging, zio-logging-slf4j2 from 2.1.17 to 2.5.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0398a5fdf..3031cd111 100644 --- a/build.sbt +++ b/build.sbt @@ -725,8 +725,8 @@ lazy val zio2 = (project in file("zio-2")) libraryDependencies += "dev.zio" %% "zio-json" % "0.7.45", libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % Test, libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % Test, - libraryDependencies += "dev.zio" %% "zio-logging" % "2.1.17", - libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.1.17", + libraryDependencies += "dev.zio" %% "zio-logging" % "2.5.2", + libraryDependencies += "dev.zio" %% "zio-logging-slf4j2" % "2.5.2", libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.6", // used in the article, but can't work with zio-logging-slf4j2 dependency // libraryDependencies += "dev.zio" %% "zio-logging-slf4j2-bridge" % "2.1.10",