Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsra committed Jun 8, 2023
1 parent 0b7ab7b commit 750af14
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 @@ -35,12 +35,12 @@ In Maven:
<dependency>
<groupId>io.github.pixee</groupId>
<artifactId>java-security-toolkit</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
In Gradle:
```kotlin
implementation("io.github.pixee:java-security-toolkit:1.0.2")
implementation("io.github.pixee:java-security-toolkit:1.0.3")
```

## Contributing
Expand Down

0 comments on commit 750af14

Please sign in to comment.