Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW authored Feb 18, 2024
1 parent 2d5c515 commit dcaf4db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,15 @@ $ gradle clean build -x test

```groovy
// Gradle
dependencies {
implementation 'io.github.honhimw:meilisearch-rest-client:1.6.0.2'
}
implementation 'io.github.honhimw:meilisearch-rest-client:1.6.0.3'
```

```xml
<!-- Maven -->
<dependency>
<groupId>io.github.honhimw</groupId>
<artifactId>meilisearch-rest-client</artifactId>
<version>1.6.0.2</version>
<version>1.6.0.3</version>
</dependency>
```

Expand Down

0 comments on commit dcaf4db

Please sign in to comment.