Skip to content

Commit f621a44

Browse files
committed
Update README.md
1 parent c65ce65 commit f621a44

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
@@ -57,7 +57,7 @@ Add the following code to the `<dependencies>` section of your project:
5757
<dependency>
5858
<groupId>com.meilisearch.sdk</groupId>
5959
<artifactId>meilisearch-java</artifactId>
60-
<version>0.17.1</version>
60+
<version>0.18.0</version>
6161
<type>pom</type>
6262
</dependency>
6363
```
@@ -67,7 +67,7 @@ Add the following code to the `<dependencies>` section of your project:
6767
Add the following line to the `dependencies` section of your `build.gradle`:
6868

6969
```groovy
70-
implementation 'com.meilisearch.sdk:meilisearch-java:0.17.1'
70+
implementation 'com.meilisearch.sdk:meilisearch-java:0.18.0'
7171
```
7272

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

0 commit comments

Comments
 (0)