Skip to content

Commit

Permalink
Update zio-json to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 28, 2024
1 parent 0f06ef8 commit fe2e80c
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.7.0")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.1")

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

0 comments on commit fe2e80c

Please sign in to comment.