We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da0f4a commit 7cbe16cCopy full SHA for 7cbe16c
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.42")
+ val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.43")
16
17
val circe = new {
18
private val version = "0.14.1"
0 commit comments