Skip to content

Commit bc2be53

Browse files
Update zio-json to 0.7.32 (#284)
1 parent 6c226aa commit bc2be53

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.29")
15+
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.32")
1616

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

0 commit comments

Comments
 (0)