Skip to content

Commit

Permalink
Update zio-json to 0.7.0 (#297)
Browse files Browse the repository at this point in the history
Co-authored-by: johannes karoff <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent 8f85a17 commit 216a93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Deps {
}
val upickle = dep("com.lihaoyi" %%% "upickle" % "3.3.1")
val jsoniter = dep("com.github.plokhotnyuk.jsoniter-scala" %%% "jsoniter-scala-core" % "2.30.1")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.6.2")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.0")

val http4s = dep("org.http4s" %%% "http4s-core" % "0.23.24")
}

0 comments on commit 216a93b

Please sign in to comment.