From 65ea30cde0f106e647c600ab274d56f1c1429b10 Mon Sep 17 00:00:00 2001 From: ZIO Assistant Date: Sat, 13 Jul 2024 08:19:17 +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 d5215de1f..a9c998814 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.5" -libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.7.5" % Test +libraryDependencies += "dev.zio" %% "zio-kafka" % "2.8.0" +libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.8.0" % Test ``` Snapshots are available on Sonatype's snapshot repository https://oss.sonatype.org/content/repositories/snapshots.