Skip to content

Commit

Permalink
chore: update after release v0.5.5 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jul 2, 2024
1 parent 08ae76a commit f3010b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,20 +362,20 @@ For `Maven` projects:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>inspectable-wrappers</artifactId>
<version>0.5.4</version>
<version>0.5.5</version>
</dependency>
```

For `Gradle` projects:

```groovy
// Gradle Kotlin DSL
implementation("io.foldright:inspectable-wrappers:0.5.4")
implementation("io.foldright:inspectable-wrappers:0.5.5")
```

```groovy
// Gradle Groovy DSL
implementation 'io.foldright:inspectable-wrappers:0.5.4'
implementation 'io.foldright:inspectable-wrappers:0.5.5'
```

`inspectable-wrappers` has published to maven central, find the latest version at [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/inspectable-wrappers/0.3.0/versions).

0 comments on commit f3010b0

Please sign in to comment.