Skip to content

Commit 2f74680

Browse files
committed
chore: update README.md
1 parent 1b04ded commit 2f74680

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
@@ -13,14 +13,14 @@ Maven:
1313
<dependency>
1414
<groupId>com.arenareturns</groupId>
1515
<artifactId>SimpleNet</artifactId>
16-
<version>1.7.0</version>
16+
<version>1.7.2</version>
1717
</dependency>
1818
```
1919

2020
Gradle:
2121

2222
```groovy
23-
implementation 'com.arenareturns:SimpleNet:1.7.0'
23+
implementation 'com.arenareturns:SimpleNet:1.7.2'
2424
```
2525

2626
2. Because SimpleNet is compiled with Java 11, you must first require its module in your `module-info.java`:

0 commit comments

Comments
 (0)