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 b295ff1 commit 4179d5eCopy full SHA for 4179d5e
build.sbt
@@ -47,8 +47,8 @@ lazy val library =
47
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.9",
48
"dev.zio" %% "zio-json" % "0.7.44",
49
"dev.zio" %% "zio-prelude" % "1.0.0-RC41",
50
- "dev.zio" %% "zio-schema" % "1.7.3",
51
- "dev.zio" %% "zio-schema-json" % "1.7.3",
+ "dev.zio" %% "zio-schema" % "1.7.4",
+ "dev.zio" %% "zio-schema-json" % "1.7.4",
52
"org.apache.commons" % "commons-lang3" % "3.18.0",
53
"dev.zio" %% "zio-test" % "2.1.20" % Test,
54
"dev.zio" %% "zio-test-sbt" % "2.1.20" % Test
@@ -81,8 +81,8 @@ lazy val example =
81
"dev.zio" %% "zio-config-typesafe" % "4.0.4",
82
"dev.zio" %% "zio-http" % "3.3.3",
83
84
85
- "dev.zio" %% "zio-schema-json" % "1.7.3"
+ "dev.zio" %% "zio-schema-json" % "1.7.4"
86
)
87
88
.dependsOn(library)
0 commit comments