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 5df9b07 commit 38f2447Copy full SHA for 38f2447
build.sbt
@@ -49,8 +49,8 @@ lazy val library =
49
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M16",
50
"dev.zio" %% "zio-json" % "0.7.1",
51
"dev.zio" %% "zio-prelude" % "1.0.0-RC27",
52
- "dev.zio" %% "zio-schema" % "1.2.1",
53
- "dev.zio" %% "zio-schema-json" % "1.2.1",
+ "dev.zio" %% "zio-schema" % "1.2.2",
+ "dev.zio" %% "zio-schema-json" % "1.2.2",
54
"org.apache.commons" % "commons-lang3" % "3.14.0",
55
"dev.zio" %% "zio-test" % "2.1.5" % Test,
56
"dev.zio" %% "zio-test-sbt" % "2.1.5" % Test
@@ -83,8 +83,8 @@ lazy val example =
83
"dev.zio" %% "zio-config-typesafe" % "4.0.2",
84
"dev.zio" %% "zio-http" % "0.0.5",
85
86
87
- "dev.zio" %% "zio-schema-json" % "1.2.1"
+ "dev.zio" %% "zio-schema-json" % "1.2.2"
88
)
89
90
.dependsOn(library)
0 commit comments