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 8c55381 commit 0f3f151Copy full SHA for 0f3f151
build.sbt
@@ -49,8 +49,8 @@ lazy val library =
49
"com.softwaremill.sttp.client3" %% "zio-json" % "3.9.1",
50
"dev.zio" %% "zio-json" % "0.6.2",
51
"dev.zio" %% "zio-prelude" % "1.0.0-RC21",
52
- "dev.zio" %% "zio-schema" % "0.4.15",
53
- "dev.zio" %% "zio-schema-json" % "0.4.15",
+ "dev.zio" %% "zio-schema" % "0.4.16",
+ "dev.zio" %% "zio-schema-json" % "0.4.16",
54
"org.apache.commons" % "commons-lang3" % "3.13.0",
55
"dev.zio" %% "zio-test" % "2.0.19" % Test,
56
"dev.zio" %% "zio-test-sbt" % "2.0.19" % Test
@@ -83,8 +83,8 @@ lazy val example =
83
"dev.zio" %% "zio-config-typesafe" % "3.0.7",
84
"dev.zio" %% "zio-http" % "0.0.5",
85
86
87
- "dev.zio" %% "zio-schema-json" % "0.4.15"
+ "dev.zio" %% "zio-schema-json" % "0.4.16"
88
)
89
90
.dependsOn(library)
0 commit comments