From 8dc2bca0493093026148dcce8e900c9d2d2c3667 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 11 Feb 2025 20:56:28 +0000 Subject: [PATCH] Update zio-json to 0.7.17 --- 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..9f167b0 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.17" 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..f68a2a9 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.17" val zioConfigVersion = "3.0.7" val zioLoggingVersion = "2.1.11" val logbackClassicVersion = "1.4.7"