Skip to content

Commit 828a23a

Browse files
committed
update getting started section
1 parent 1228bc0 commit 828a23a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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**

0 commit comments

Comments
 (0)