From 206c2a5b9b3c4bec3707f723fe4927707e6f15b0 Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Wed, 8 Jan 2025 00:59:55 +0000 Subject: [PATCH] Update zio-json to 0.7.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ba259e8..485a1a7 100644 --- a/build.sbt +++ b/build.sbt @@ -154,7 +154,7 @@ lazy val `zio-json` = module("zio-json") { .dependsOn(core) .settings( description := "yaml4s integration with zio-json", - libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.3" + libraryDependencies += "dev.zio" %%% "zio-json" % "0.7.4" ) }