Skip to content

Commit 0ab327b

Browse files
committed
oops
1 parent 4c07ad9 commit 0ab327b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ repositories {
2424
2525
dependencies {
2626
// For Java 17+ (Standard version)
27-
implementation "org.redlance:platformtools:3.1.3"
27+
implementation "org.redlance:platformtools:3.1.4"
2828
2929
// For Java 8 (Downgraded version)
30-
implementation("org.redlance:platformtools:3.1.3:java8")
30+
implementation("org.redlance:platformtools:3.1.4:java8")
3131
}
3232
```
3333

@@ -43,7 +43,7 @@ dependencies {
4343
<dependency>
4444
<groupId>org.redlance</groupId>
4545
<artifactId>platformtools</artifactId>
46-
<version>3.1.3</version>
46+
<version>3.1.4</version>
4747
</dependency>
4848
```
4949

0 commit comments

Comments
 (0)