Skip to content

Commit 0b8f441

Browse files
committed
Found the newest working version of zio json
There is a breaking change introduced at 0.7.22 in zio json. This breaking change makes all numbers a big decimal!
1 parent 234272e commit 0b8f441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ lazy val `zio-json` = module("zio-json") {
342342
.settings(
343343
description := "zio-json codecs for kubernetes data models",
344344
libraryDependencies ++= Seq(
345-
"dev.zio" %%% "zio-json" % "0.7.45"
345+
"dev.zio" %%% "zio-json" % "0.7.21"
346346
)
347347
)
348348
.dependsOn(objects)

0 commit comments

Comments
 (0)