Skip to content

Commit 1a8b898

Browse files
committed
Update README.md
1 parent e1b772d commit 1a8b898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Add the following code to the `<dependencies>` section of your project:
5858
<dependency>
5959
<groupId>com.meilisearch.sdk</groupId>
6060
<artifactId>meilisearch-java</artifactId>
61-
<version>0.17.0</version>
61+
<version>0.17.1</version>
6262
<type>pom</type>
6363
</dependency>
6464
```
@@ -68,7 +68,7 @@ Add the following code to the `<dependencies>` section of your project:
6868
Add the following line to the `dependencies` section of your `build.gradle`:
6969

7070
```groovy
71-
implementation 'com.meilisearch.sdk:meilisearch-java:0.17.0'
71+
implementation 'com.meilisearch.sdk:meilisearch-java:0.17.1'
7272
```
7373

7474
:warning: `meilisearch-java` also requires `okhttp` as a peer dependency.

0 commit comments

Comments
 (0)