Skip to content

Commit

Permalink
Update zio-json to 0.6.2 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 6, 2023
1 parent e77f755 commit 0a6bf83
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 @@ -11,7 +11,7 @@ object Deps {
val cats = dep("org.typelevel" %%% "cats-core" % "2.10.0")
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.3.7")

val zioJson = dep("dev.zio" %%% "zio-json" % "0.6.1")
val zioJson = dep("dev.zio" %%% "zio-json" % "0.6.2")

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

0 comments on commit 0a6bf83

Please sign in to comment.