From 4348beedaea3c3a533866505597398aef5e4cd1d Mon Sep 17 00:00:00 2001 From: Hossein Naderi Date: Tue, 22 Aug 2023 00:38:49 +0000 Subject: [PATCH] Update zio-json to 0.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4227b13..348fb9d 100644 --- a/build.sbt +++ b/build.sbt @@ -155,7 +155,7 @@ lazy val `zio-json` = module("zio-json") { .dependsOn(core) .settings( description := "yaml4s integration with zio-json", - libraryDependencies += "dev.zio" %%% "zio-json" % "0.6.0" + libraryDependencies += "dev.zio" %%% "zio-json" % "0.6.1" ) }