diff --git a/README.md b/README.md index 6765ae6aa..ee5af5dfa 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.3" -libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.4.3" % Test +libraryDependencies += "dev.zio" %% "zio-kafka" % "2.5.0" +libraryDependencies += "dev.zio" %% "zio-kafka-testkit" % "2.5.0" % Test ``` ## Example