From c88b1dd36d9febadc6502eaf4ed0f7a8c6989e79 Mon Sep 17 00:00:00 2001 From: "zio-assistant[bot]" <130037499+zio-assistant[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:26:00 +0000 Subject: [PATCH] Update README.md (#1444) 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 5ae020de3..7d9a1e972 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,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.9.1" -libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.9.1" % Test +libraryDependencies += "dev.zio" %% "zio-kafka" % "2.10.0" +libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.10.0" % Test ``` Snapshots are available on Sonatype's snapshot repository https://oss.sonatype.org/content/repositories/snapshots.