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 e1b772d commit 1a8b898Copy full SHA for 1a8b898
README.md
@@ -58,7 +58,7 @@ Add the following code to the `<dependencies>` section of your project:
58
<dependency>
59
<groupId>com.meilisearch.sdk</groupId>
60
<artifactId>meilisearch-java</artifactId>
61
- <version>0.17.0</version>
+ <version>0.17.1</version>
62
<type>pom</type>
63
</dependency>
64
```
@@ -68,7 +68,7 @@ Add the following code to the `<dependencies>` section of your project:
68
Add the following line to the `dependencies` section of your `build.gradle`:
69
70
```groovy
71
-implementation 'com.meilisearch.sdk:meilisearch-java:0.17.0'
+implementation 'com.meilisearch.sdk:meilisearch-java:0.17.1'
72
73
74
:warning: `meilisearch-java` also requires `okhttp` as a peer dependency.
0 commit comments