We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca85607 commit f47c94dCopy full SHA for f47c94d
1 file changed
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.19.0</version>
+ <version>0.20.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.19.0'
+implementation 'com.meilisearch.sdk:meilisearch-java:0.20.0'
71
72
73
:warning: `meilisearch-java` also requires `okhttp` as a peer dependency.
0 commit comments