File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -867,18 +867,18 @@ ThisBuild / resolvers ++= Seq(
867867
868868// For Elasticsearch 6
869869// Using Jest client
870- libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es6-jest-client " % 0.11 .0
870+ libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es6-jest-client " % 0.12 .0
871871// Or using Rest High Level client
872- libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es6-rest-client " % 0.11 .0
872+ libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es6-rest-client " % 0.12 .0
873873
874874// For Elasticsearch 7
875- libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es7-rest-client " % 0.11 .0
875+ libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es7-rest-client " % 0.12 .0
876876
877877// For Elasticsearch 8
878- libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es8-java-client " % 0.11 .0
878+ libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es8-java-client " % 0.12 .0
879879
880880// For Elasticsearch 9
881- libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es9-java-client " % 0.11 .0
881+ libraryDependencies += " app.softnetwork.elastic" %% s " softclient4es9-java-client " % 0.12 .0
882882```
883883
884884### ** Quick Example**
You can’t perform that action at this time.
0 commit comments