Skip to content

Commit b290b14

Browse files
authored
docs: Updated README.md (#90)
Signed-off-by: Anush008 <[email protected]>
1 parent 2fd4675 commit b290b14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ To install the library, add the following lines to your build config file.
3838
<dependency>
3939
<groupId>io.qdrant</groupId>
4040
<artifactId>client</artifactId>
41-
<version>1.15.0</version>
41+
<version>1.16.0</version>
4242
</dependency>
4343
```
4444

4545
#### SBT
4646

4747
```sbt
48-
libraryDependencies += "io.qdrant" % "client" % "1.15.0"
48+
libraryDependencies += "io.qdrant" % "client" % "1.16.0"
4949
```
5050

5151
#### Gradle
5252

5353
```gradle
54-
implementation 'io.qdrant:client:1.15.0'
54+
implementation 'io.qdrant:client:1.16.0'
5555
```
5656

5757
> [!NOTE]

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
// Qdrant Java client
16-
implementation 'io.qdrant:client:1.15.0'
16+
implementation 'io.qdrant:client:1.16.0'
1717

1818
// gRPC dependencies - use the same version as Qdrant client
1919
implementation 'io.grpc:grpc-netty-shaded:1.65.1'

0 commit comments

Comments
 (0)