From f32fa914481169ef32f4453460e246cd3853a0f3 Mon Sep 17 00:00:00 2001 From: "zio-assistant[bot]" <130037499+zio-assistant[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 06:30:51 +0000 Subject: [PATCH] Update README.md (#1061) Co-authored-by: ZIO Assistant --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35d420e48..6765ae6aa 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.4.2" -libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.4.2" % Test +libraryDependencies += "dev.zio" %% "zio-kafka" % "2.4.3" +libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.4.3" % Test ``` ## Example