Skip to content

Commit

Permalink
Update zio-json to 0.7.3 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 29, 2024
1 parent a04d05d commit c086bff
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 @@ -12,7 +12,7 @@ object Deps {
val catsEffect = dep("org.typelevel" %%% "cats-effect" % "3.5.4")
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.4.1")

val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.2")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.3")

val circe = new {
private val version = "0.14.1"
Expand Down

0 comments on commit c086bff

Please sign in to comment.