Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rolang committed Jul 7, 2024
1 parent 08b6061 commit a98df23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

[Google Cloud Pub/Sub](https://cloud.google.com/pubsub) client providing stream-based, declarative, high-level API with [zio](https://zio.dev) and [zio-streams](https://zio.dev/reference/stream) to help to concentrate on the business logic.

![Maven Central Version](https://img.shields.io/maven-central/v/com.anymindgroup/zio-pubsub_3)

## Modules

- `zio-pubsub` Core components/interfaces/models
Expand All @@ -20,7 +22,7 @@ Alternative implementations and codecs may be added later.
To get started with sbt, add the following line to your build.sbt file to use the implementation with the Google Java library:

```scala
libraryDependencies += "com.anymindgroup" %% "zio-pubsub-google" % "0.2.0"
libraryDependencies += "com.anymindgroup" %% "zio-pubsub-google" % "0.2.1"
```

## Usage examples
Expand Down

0 comments on commit a98df23

Please sign in to comment.