Skip to content

Commit d69f5d8

Browse files
Update zio-json to 0.7.25 (#281)
1 parent af106db commit d69f5d8

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

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

0 commit comments

Comments
 (0)