File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
hypixel-api-transport-apache
hypixel-api-transport-reactor
hypixel-api-transport-unirest Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Can also be included with Gradle.
16
16
17
17
``` gradle
18
18
dependencies {
19
- implementation 'net.hypixel:hypixel-api-transport-apache:4.2.1 '
19
+ implementation 'net.hypixel:hypixel-api-transport-apache:4.3 '
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Can also be included with Gradle.
16
16
17
17
``` gradle
18
18
dependencies {
19
- implementation 'net.hypixel:hypixel-api-transport-reactor:4.2.1 '
19
+ implementation 'net.hypixel:hypixel-api-transport-reactor:4.3 '
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Can also be included with Gradle.
16
16
17
17
``` gradle
18
18
dependencies {
19
- implementation 'net.hypixel:hypixel-api-transport-unirest:4.2.1 '
19
+ implementation 'net.hypixel:hypixel-api-transport-unirest:4.3 '
20
20
}
21
21
```
22
22
You can’t perform that action at this time.
0 commit comments