Skip to content

Commit 91899ff

Browse files
Update README.md (#690)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 37d5954 commit 91899ff

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[ZIO Schema](https://github.com/zio/zio-schema) is a [ZIO](https://zio.dev)-based library for modeling the schema of data structures as first-class values.
88

9-
[![Development](https://img.shields.io/badge/Project%20Stage-Development-green.svg)](https://github.com/zio/zio/wiki/Project-Stages) ![CI Badge](https://github.com/zio/zio-schema/workflows/CI/badge.svg) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-schema_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-schema_2.13/) [![ZIO Schema](https://img.shields.io/github/stars/zio/zio-schema?style=social)](https://github.com/zio/zio-schema)
9+
[![Development](https://img.shields.io/badge/Project%20Stage-Development-green.svg)](https://github.com/zio/zio/wiki/Project-Stages) ![CI Badge](https://github.com/zio/zio-schema/workflows/CI/badge.svg) [![Sonatype Releases](https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-schema_2.13.svg?label=Sonatype%20Release)](https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-schema_2.13/) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/dev.zio/zio-schema_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/dev/zio/zio-schema_2.13/) [![javadoc](https://javadoc.io/badge2/dev.zio/zio-schema-docs_2.13/javadoc.svg)](https://javadoc.io/doc/dev.zio/zio-schema-docs_2.13) [![ZIO Schema](https://img.shields.io/github/stars/zio/zio-schema?style=social)](https://github.com/zio/zio-schema)
1010

1111
## Introduction
1212

@@ -39,18 +39,17 @@ _ZIO Schema_ is used by a growing number of ZIO libraries, including [ZIO Flow](
3939
In order to use this library, we need to add the following lines in our `build.sbt` file:
4040

4141
```scala
42-
43-
libraryDependencies += "dev.zio" %% "zio-schema" % "1.1.1"
44-
libraryDependencies += "dev.zio" %% "zio-schema-avro" % "1.1.1"
45-
libraryDependencies += "dev.zio" %% "zio-schema-bson" % "1.1.1"
46-
libraryDependencies += "dev.zio" %% "zio-schema-json" % "1.1.1"
47-
libraryDependencies += "dev.zio" %% "zio-schema-msg-pack" % "1.1.1"
48-
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "1.1.1"
49-
libraryDependencies += "dev.zio" %% "zio-schema-thrift" % "1.1.1"
50-
libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % "1.1.1"
42+
libraryDependencies += "dev.zio" %% "zio-schema" % "1.2.1"
43+
libraryDependencies += "dev.zio" %% "zio-schema-avro" % "1.2.1"
44+
libraryDependencies += "dev.zio" %% "zio-schema-bson" % "1.2.1"
45+
libraryDependencies += "dev.zio" %% "zio-schema-json" % "1.2.1"
46+
libraryDependencies += "dev.zio" %% "zio-schema-msg-pack" % "1.2.1"
47+
libraryDependencies += "dev.zio" %% "zio-schema-protobuf" % "1.2.1"
48+
libraryDependencies += "dev.zio" %% "zio-schema-thrift" % "1.2.1"
49+
libraryDependencies += "dev.zio" %% "zio-schema-zio-test" % "1.2.1"
5150

5251
// Required for the automatic generic derivation of schemas
53-
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "1.1.1"
52+
libraryDependencies += "dev.zio" %% "zio-schema-derivation" % "1.2.1"
5453
libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value % "provided"
5554
```
5655

0 commit comments

Comments
 (0)