Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meili-bot committed Nov 27, 2024
1 parent d900e9b commit 9c611d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Add the following code to the `<dependencies>` section of your project:
<dependency>
<groupId>com.meilisearch.sdk</groupId>
<artifactId>meilisearch-java</artifactId>
<version>0.14.1</version>
<version>0.14.2</version>
<type>pom</type>
</dependency>
```
Expand All @@ -73,7 +73,7 @@ Add the following code to the `<dependencies>` section of your project:
Add the following line to the `dependencies` section of your `build.gradle`:

```groovy
implementation 'com.meilisearch.sdk:meilisearch-java:0.14.1'
implementation 'com.meilisearch.sdk:meilisearch-java:0.14.2'
```

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

0 comments on commit 9c611d3

Please sign in to comment.