Skip to content

Commit

Permalink
Update README.md (#713)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 14, 2024
1 parent d0d8717 commit 5a276f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema-avro" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema-bson" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema-json" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema-msg-pack" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema-thrift" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema" % "1.3.0"
libraryDependencies += "dev.zio" %% "zio-schema-avro" % "1.3.0"
libraryDependencies += "dev.zio" %% "zio-schema-bson" % "1.3.0"
libraryDependencies += "dev.zio" %% "zio-schema-json" % "1.3.0"
libraryDependencies += "dev.zio" %% "zio-schema-msg-pack" % "1.3.0"
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "1.3.0"
libraryDependencies += "dev.zio" %% "zio-schema-thrift" % "1.3.0"
libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % "1.3.0"

// Required for the automatic generic derivation of schemas
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "1.2.2"
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "1.3.0"
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
```

Expand Down

0 comments on commit 5a276f7

Please sign in to comment.