We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b03f8 commit 29a27d6Copy full SHA for 29a27d6
README.md
@@ -35,12 +35,12 @@ In Maven:
35
<dependency>
36
<groupId>io.github.pixee</groupId>
37
<artifactId>java-security-toolkit</artifactId>
38
- <version>1.2.1</version>
+ <version>$LATEST</version>
39
</dependency>
40
```
41
In Gradle:
42
```kotlin
43
-implementation("io.github.pixee:java-security-toolkit:1.2.1")
+implementation("io.github.pixee:java-security-toolkit:$LATEST")
44
45
46
## Contributing
0 commit comments