Skip to content

Commit 6c226aa

Browse files
Update zio-json to 0.7.29 (#283)
1 parent 29e213a commit 6c226aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Deps {
1212
val catsEffect = dep("org.typelevel" %%% "cats-effect" % "3.5.7")
1313
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.4.1")
1414

15-
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.26")
15+
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.29")
1616

1717
val circe = new {
1818
private val version = "0.14.1"

0 commit comments

Comments
 (0)