From 183dd11f8d1c9f497c91d49dd6d50a6c0dbfcc29 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Tue, 15 Aug 2023 00:03:19 +0000 Subject: [PATCH] Update zio-logging, ... to 2.1.14 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d625b386..8527fe17 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ addCommandAlias("headerCheckAll", "; all root/headerCheck Test/headerCheck") val zioVersion = "2.0.15" val zioJsonVersion = "0.6.0" val zioConfigVersion = "3.0.7" -val zioLoggingVersion = "2.1.13" +val zioLoggingVersion = "2.1.14" val testContainersVersion = "0.40.15" val zioMetricsConnectorsVersion = "2.1.0" val zioMockVersion = "1.0.0-RC11"