From 2edb06283aa4142f4c64ee5b816259ece4e822ba Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 15 Mar 2025 23:36:33 +0000 Subject: [PATCH] Update zio-config, zio-config-typesafe to 4.0.4 --- 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..d8a814b 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.4" 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..6f36071 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.4" val zioLoggingVersion = "2.1.11" val logbackClassicVersion = "1.4.7" val postgresqlVersion = "42.6.0"