Installation
To use the latest stable version of ZIO Elasticsearch, add the following line to your build.sbt
file:
libraryDependencies += "io.lambdaworks" %% "zio-elasticsearch" % "0.4.0"
However, if you want to use the latest version of the ZIO Elasticsearch library, add the following to your build.sbt
file:
resolvers += "Sonatype OSS Snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
libraryDependencies += "io.lambdaworks" %% "zio-elasticsearch" % "0.4.0+71-2e87a62a-SNAPSHOT"