Skip to content

Commit 7cbe16c

Browse files
Update zio-json to 0.7.43 (#297)
1 parent 1da0f4a commit 7cbe16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object Deps {
1212
val catsEffect = dep("org.typelevel" %%% "cats-effect" % "3.6.1")
1313
val chameleon = dep("com.github.cornerman" %%% "chameleon" % "0.4.1")
1414

15-
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.42")
15+
val zioJson = dep("dev.zio" %%% "zio-json" % "0.7.43")
1616

1717
val circe = new {
1818
private val version = "0.14.1"

0 commit comments

Comments
 (0)