From 36c4d6bc3c7482d3460867172c4369c88d3d241f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Jan 2021 20:43:51 +0100 Subject: [PATCH] Update zio-logging to 0.5.5 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..8438c0d 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.5" val zioConfig = "1.0.0-RC27" // compatibility issues