Skip to content

Commit 7edc139

Browse files
authored
Merge pull request #50 from pixee/bump-1-2-2
Take away versioned README
2 parents 79b03f8 + 29a27d6 commit 7edc139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ In Maven:
3535
<dependency>
3636
<groupId>io.github.pixee</groupId>
3737
<artifactId>java-security-toolkit</artifactId>
38-
<version>1.2.1</version>
38+
<version>$LATEST</version>
3939
</dependency>
4040
```
4141
In Gradle:
4242
```kotlin
43-
implementation("io.github.pixee:java-security-toolkit:1.2.1")
43+
implementation("io.github.pixee:java-security-toolkit:$LATEST")
4444
```
4545

4646
## Contributing

0 commit comments

Comments
 (0)