Skip to content

Commit 9422b4a

Browse files
committed
Update gradle versions in README
1 parent c80c7fb commit 9422b4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hypixel-api-transport-apache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Can also be included with Gradle.
1616

1717
```gradle
1818
dependencies {
19-
implementation 'net.hypixel:hypixel-api-transport-apache:4.2.1'
19+
implementation 'net.hypixel:hypixel-api-transport-apache:4.3'
2020
}
2121
```
2222

hypixel-api-transport-reactor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Can also be included with Gradle.
1616

1717
```gradle
1818
dependencies {
19-
implementation 'net.hypixel:hypixel-api-transport-reactor:4.2.1'
19+
implementation 'net.hypixel:hypixel-api-transport-reactor:4.3'
2020
}
2121
```
2222

hypixel-api-transport-unirest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Can also be included with Gradle.
1616

1717
```gradle
1818
dependencies {
19-
implementation 'net.hypixel:hypixel-api-transport-unirest:4.2.1'
19+
implementation 'net.hypixel:hypixel-api-transport-unirest:4.3'
2020
}
2121
```
2222

0 commit comments

Comments
 (0)