From 9479db06b72b76c01efedccacadc917ebb8064cc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Oct 2021 16:35:27 +0200 Subject: [PATCH] Update zio-logging to 0.5.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..f645a8b 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val V = new { val catsEffect = "2.2.0" val catsRetry = "1.1.1" val zio = "1.0.1" - val zioLogging = "0.5.2" + val zioLogging = "0.5.13" val zioConfig = "1.0.0-RC27" // compatibility issues