Skip to content

Commit

Permalink
Undo hardcoding of version
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinc1 committed Feb 6, 2024
1 parent 571a2d1 commit 470ab79
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 @@ -26,14 +26,14 @@ The findings are reported using log statements.
<dependency>
<groupId>io.github.rabobank</groupId>
<artifactId>shadow-tool</artifactId>
<version>1.4.5</version>
<version>${shadow-tool.version}</version> <!-- Make sure to check the latest version in Maven Central (above) -->
</dependency>
```

### Gradle

```kotlin
implementation("io.github.rabobank:shadow-tool:1.4.5")
implementation("io.github.rabobank:shadow-tool:$version") // Make sure to check the latest version in Maven Central (above)
```

## Getting started
Expand Down

0 comments on commit 470ab79

Please sign in to comment.