From 0cb050c2370fc36f22c76d0202dbb6f999a50c03 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 12:35:49 +0100 Subject: [PATCH] Update README.md (#614) Co-authored-by: github-actions[bot] --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index f259c2092..0256df25a 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,17 @@ _ZIO Schema_ is used by a growing number of ZIO libraries, including [ZIO Flow]( In order to use this library, we need to add the following lines in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.14" -libraryDependencies += "dev.zio" %% "zio-schema-avro" % "0.4.14" -libraryDependencies += "dev.zio" %% "zio-schema-bson" % "0.4.14" -libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.4.14" -libraryDependencies += "dev.zio" %% "zio-schema-msg-pack" % "0.4.14" -libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.4.14" -libraryDependencies += "dev.zio" %% "zio-schema-thrift" % "0.4.14" -libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % "0.4.14" +libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.15" +libraryDependencies += "dev.zio" %% "zio-schema-avro" % "0.4.15" +libraryDependencies += "dev.zio" %% "zio-schema-bson" % "0.4.15" +libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.4.15" +libraryDependencies += "dev.zio" %% "zio-schema-msg-pack" % "0.4.15" +libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.4.15" +libraryDependencies += "dev.zio" %% "zio-schema-thrift" % "0.4.15" +libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % "0.4.15" // Required for the automatic generic derivation of schemas -libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "0.4.14" +libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "0.4.15" libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided" ```