From af3041283b3de002c058ea374362c4ad8c99a2fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Apr 2025 18:31:44 +0000 Subject: [PATCH] Update zio-json to 0.7.42 --- 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..85f821d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ // Dependencies are needed for Scala Steward to check if there are newer versions val zioVersion = "2.0.13" -val zioJsonVersion = "0.5.0" +val zioJsonVersion = "0.7.42" val zioConfigVersion = "3.0.7" val logbackClassicVersion = "1.4.7" val postgresqlVersion = "42.6.0" diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index c1ead85..ae1cb7d 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1,5 +1,5 @@ val zioVersion = "2.0.13" -val zioJsonVersion = "0.5.0" +val zioJsonVersion = "0.7.42" val zioConfigVersion = "3.0.7" val zioLoggingVersion = "2.1.11" val logbackClassicVersion = "1.4.7"