We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c07ad9 commit 0ab327bCopy full SHA for 0ab327b
1 file changed
README.MD
@@ -24,10 +24,10 @@ repositories {
24
25
dependencies {
26
// For Java 17+ (Standard version)
27
- implementation "org.redlance:platformtools:3.1.3"
+ implementation "org.redlance:platformtools:3.1.4"
28
29
// For Java 8 (Downgraded version)
30
- implementation("org.redlance:platformtools:3.1.3:java8")
+ implementation("org.redlance:platformtools:3.1.4:java8")
31
}
32
```
33
@@ -43,7 +43,7 @@ dependencies {
43
<dependency>
44
<groupId>org.redlance</groupId>
45
<artifactId>platformtools</artifactId>
46
- <version>3.1.3</version>
+ <version>3.1.4</version>
47
</dependency>
48
49
0 commit comments