Skip to content

Commit

Permalink
Update zio-schema, zio-schema-json to 1.4.1 (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Aug 15, 2024
1 parent 33f1bc9 commit 58e64dd
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 @@ -49,8 +49,8 @@ lazy val library =
"com.softwaremill.sttp.client4" %% "zio-json" % "4.0.0-M17",
"dev.zio" %% "zio-json" % "0.7.2",
"dev.zio" %% "zio-prelude" % "1.0.0-RC28",
"dev.zio" %% "zio-schema" % "1.3.0",
"dev.zio" %% "zio-schema-json" % "1.3.0",
"dev.zio" %% "zio-schema" % "1.4.1",
"dev.zio" %% "zio-schema-json" % "1.4.1",
"org.apache.commons" % "commons-lang3" % "3.16.0",
"dev.zio" %% "zio-test" % "2.1.7" % Test,
"dev.zio" %% "zio-test-sbt" % "2.1.7" % Test
Expand Down Expand Up @@ -83,8 +83,8 @@ lazy val example =
"dev.zio" %% "zio-config-typesafe" % "4.0.2",
"dev.zio" %% "zio-http" % "0.0.5",
"dev.zio" %% "zio-json" % "0.7.2",
"dev.zio" %% "zio-schema" % "1.3.0",
"dev.zio" %% "zio-schema-json" % "1.3.0"
"dev.zio" %% "zio-schema" % "1.4.1",
"dev.zio" %% "zio-schema-json" % "1.4.1"
)
)
.dependsOn(library)
Expand Down

0 comments on commit 58e64dd

Please sign in to comment.