From 25a56133055013ee0503803cbed0818a2e0f08c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Jan 2023 09:09:56 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 679479678..bb1bdbb94 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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.0.4" +libraryDependencies += "dev.zio" %% "zio-kafka" % "2.0.5" ``` ## Example