From f1af88f404e0ba4ce74b76475f36f8741aacc5f3 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Wed, 28 Feb 2024 12:09:31 +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 43b8c3b8d..4e444291f 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.7.2" -libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.7.2" % Test +libraryDependencies += "dev.zio" %% "zio-kafka" % "2.7.3" +libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.7.3" % Test ``` ## Example