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