diff --git a/README.md b/README.md index 8f40ded1f..6a2d7c7c1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The following versions are supported: To use ZIO Elasticsearch in your project, add the following line to your `build.sbt` file: ```scala -libraryDependencies += "io.lambdaworks" %% "zio-elasticsearch" % "0.5.0" +libraryDependencies += "io.lambdaworks" %% "zio-elasticsearch" % "0.4.0" ``` ## Usage