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