We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb53176 commit 787931cCopy full SHA for 787931c
project/Deps.scala
@@ -12,7 +12,7 @@ object Deps {
12
val catsEffect = dep("org.typelevel" %%% "cats-effect" % "3.6.1")
13
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.4.1")
14
15
- val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.41")
+ val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.42")
16
17
val circe = new {
18
private val version = "0.14.1"
0 commit comments