We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf8a59a + f0985c4 commit 4da8ea4Copy full SHA for 4da8ea4
project/Dependencies.scala
@@ -61,7 +61,7 @@ object Dependencies {
61
val zioLogging = "dev.zio" %% "zio-logging" % ZioLogging
62
val zioLoggingSlf4j2 = "dev.zio" %% "zio-logging-slf4j2" % ZioLogging
63
64
- val zioSchemaJson = "dev.zio" %% "zio-schema-json" % "1.7.5"
+ val zioSchemaJson = "dev.zio" %% "zio-schema-json" % "1.7.6"
65
66
object TestLibs {
67
val pprint = Libs.pprint % Test
0 commit comments