From fd014b3c9397922708d7ebfda3d1eb372916d6da Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 26 May 2024 00:58:45 +0000 Subject: [PATCH] Update zio-schema, zio-schema-derivation to 1.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ebd7b781..c88d1a70 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ addCommandAlias("fmt", "fmtOnce;fmtOnce") addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck") val zioVersion = "2.0.22" -val zioSchemaVersion = "1.1.1" +val zioSchemaVersion = "1.2.0" val testcontainersVersion = "1.18.3" val testcontainersScalaVersion = "0.41.3" val logbackVersion = "1.5.6"