From 38a53c3e5ed67af10cbf962e194803d5db058953 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 6 May 2024 00:48:25 +0000 Subject: [PATCH] Update zio-config, zio-config-typesafe to 4.0.2 --- build.sbt | 2 +- src/main/g8/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d212f97..7206dfd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ // Dependencies are needed for Scala Steward to check if there are newer versions val zioVersion = "2.0.13" val zioJsonVersion = "0.5.0" -val zioConfigVersion = "3.0.7" +val zioConfigVersion = "4.0.2" val logbackClassicVersion = "1.4.7" val postgresqlVersion = "42.6.0" val testContainersVersion = "0.40.15" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index c1ead85..bb16669 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,6 +1,6 @@ val zioVersion = "2.0.13" val zioJsonVersion = "0.5.0" -val zioConfigVersion = "3.0.7" +val zioConfigVersion = "4.0.2" val zioLoggingVersion = "2.1.11" val logbackClassicVersion = "1.4.7" val postgresqlVersion = "42.6.0"