From 194f5ed27d941c92004c0d2f58d8a1fcfac0cbd7 Mon Sep 17 00:00:00 2001 From: "zio-assistant[bot]" <130037499+zio-assistant[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:46:20 +0000 Subject: [PATCH] Update README.md (#1305) 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9c998814..0da69b579 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Kafka has a mature Java client for producing and consuming events, but it has a In order to use this library, we need to add the following line in our `build.sbt` file: ```scala -libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.0" -libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.8.0" % Test +libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.1" +libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.8.1" % Test ``` Snapshots are available on Sonatype's snapshot repository https://oss.sonatype.org/content/repositories/snapshots.