From c55f2f0fc27a5b6d3a8c5a124bb266ea4b0cd21d Mon Sep 17 00:00:00 2001 From: "zio-scala-steward[bot]" <145262613+zio-scala-steward[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 02:54:07 +0000 Subject: [PATCH] Update zio-json to 0.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e46855f5..4be4f14c 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") val zioVersion = "2.1.24" -val zioJsonVersion = "0.9.0" +val zioJsonVersion = "0.9.1" val scalaJavaTimeVersion = "2.6.0" lazy val root = project