Skip to content

Commit 5a147f8

Browse files
authoredNov 13, 2024
Update README.md (#1385)
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin. I will automatically update the README.md file whenever there is new change for README.md, e.g. - After each release, I will update the version in the installation section. - After any changes to the "docs/index.md" file, I will update the README.md file accordingly. Co-authored-by: ZIO Assistant <zio-assistant[bot]@users.noreply.github.com>
1 parent d5d8ccd commit 5a147f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Kafka has a mature Java client for producing and consuming events, but it has a
1919
In order to use this library, we need to add the following line in our `build.sbt` file:
2020

2121
```scala
22-
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.3"
23-
libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.8.3" % Test
22+
libraryDependencies += "dev.zio" %% "zio-kafka" % "2.9.0"
23+
libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.9.0" % Test
2424
```
2525

2626
Snapshots are available on Sonatype's snapshot repository https://oss.sonatype.org/content/repositories/snapshots.

0 commit comments

Comments
 (0)