We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65ce65 commit f621a44Copy full SHA for f621a44
README.md
@@ -57,7 +57,7 @@ Add the following code to the `<dependencies>` section of your project:
57
<dependency>
58
<groupId>com.meilisearch.sdk</groupId>
59
<artifactId>meilisearch-java</artifactId>
60
- <version>0.17.1</version>
+ <version>0.18.0</version>
61
<type>pom</type>
62
</dependency>
63
```
@@ -67,7 +67,7 @@ Add the following code to the `<dependencies>` section of your project:
67
Add the following line to the `dependencies` section of your `build.gradle`:
68
69
```groovy
70
-implementation 'com.meilisearch.sdk:meilisearch-java:0.17.1'
+implementation 'com.meilisearch.sdk:meilisearch-java:0.18.0'
71
72
73
:warning: `meilisearch-java` also requires `okhttp` as a peer dependency.
0 commit comments