We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69f5d8 commit 29e213aCopy full SHA for 29e213a
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.25")
+ val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.26")
16
17
val circe = new {
18
private val version = "0.14.1"
0 commit comments