Skip to content

Commit

Permalink
Update zio-schema, zio-schema-json to 0.4.11 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 29, 2023
1 parent 106878f commit d3b0a7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ lazy val library =
"com.softwaremill.sttp.client3" %% "zio-json" % "3.8.15",
"dev.zio" %% "zio-json" % "0.5.0",
"dev.zio" %% "zio-prelude" % "1.0.0-RC18",
"dev.zio" %% "zio-schema" % "0.4.10",
"dev.zio" %% "zio-schema-json" % "0.4.10",
"dev.zio" %% "zio-schema" % "0.4.11",
"dev.zio" %% "zio-schema-json" % "0.4.11",
"org.apache.commons" % "commons-lang3" % "3.12.0",
"dev.zio" %% "zio-test" % "2.0.13" % Tests,
"dev.zio" %% "zio-test-sbt" % "2.0.13" % Tests
Expand All @@ -76,8 +76,8 @@ lazy val example =
"dev.zio" %% "zio-config-typesafe" % "3.0.7",
"dev.zio" %% "zio-http" % "0.0.5",
"dev.zio" %% "zio-json" % "0.5.0",
"dev.zio" %% "zio-schema" % "0.4.10",
"dev.zio" %% "zio-schema-json" % "0.4.10"
"dev.zio" %% "zio-schema" % "0.4.11",
"dev.zio" %% "zio-schema-json" % "0.4.11"
)
)
.dependsOn(library)
Expand Down

0 comments on commit d3b0a7f

Please sign in to comment.