From f3b70c1b28efec7c38abf6520449ca70bc5966c6 Mon Sep 17 00:00:00 2001 From: Anush008 Date: Mon, 17 Nov 2025 18:39:37 +0530 Subject: [PATCH] docs: Updated README.md Signed-off-by: Anush008 --- README.md | 6 +++--- example/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d95460..3548c59 100644 --- a/README.md +++ b/README.md @@ -38,20 +38,20 @@ To install the library, add the following lines to your build config file. io.qdrant client - 1.15.0 + 1.16.0 ``` #### SBT ```sbt -libraryDependencies += "io.qdrant" % "client" % "1.15.0" +libraryDependencies += "io.qdrant" % "client" % "1.16.0" ``` #### Gradle ```gradle -implementation 'io.qdrant:client:1.15.0' +implementation 'io.qdrant:client:1.16.0' ``` > [!NOTE] diff --git a/example/build.gradle b/example/build.gradle index 4298fec..bc387ec 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -13,7 +13,7 @@ repositories { dependencies { // Qdrant Java client - implementation 'io.qdrant:client:1.15.0' + implementation 'io.qdrant:client:1.16.0' // gRPC dependencies - use the same version as Qdrant client implementation 'io.grpc:grpc-netty-shaded:1.65.1'