Skip to content

Commit

Permalink
fix: fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
devsprint committed Aug 22, 2023
1 parent 1c8dc95 commit d71c1a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ _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.2.1"
libraryDependencies += "dev.zio" %% "zio-schema-bson" % "0.2.1"
libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.2.1"
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.2.1"
libraryDependencies += "dev.zio" %% "zio-schema" % "0.4.13"
libraryDependencies += "dev.zio" %% "zio-schema-bson" % "0.4.13"
libraryDependencies += "dev.zio" %% "zio-schema-json" % "0.4.13"
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "0.4.13"

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

Expand Down

0 comments on commit d71c1a7

Please sign in to comment.