From 1dde4e9170e46ebeddee32b26d33be03d4abde20 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Wed, 13 Nov 2024 17:10:39 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 295b03dea..4cbc0974d 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.3" -libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.8.3" % Test +libraryDependencies += "dev.zio" %% "zio-kafka" % "2.9.0" +libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.9.0" % Test ``` Snapshots are available on Sonatype's snapshot repository https://oss.sonatype.org/content/repositories/snapshots.