Skip to content

Commit d7fe0b1

Browse files
committed
Updated RakNet libraries
1 parent 9c35210 commit d7fe0b1

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ dependencies {
2828
includeInJar "net.java.dev.jna:jna:5.18.1"
2929

3030
// For dependency sources, see RakNetBackend class
31-
includeInJar "com.github.RelativityMC.netty-raknet:netty-raknet-client:ae1f415e05"
31+
includeInJar "com.github.RelativityMC.netty-raknet:netty-raknet-client:15536296c2"
3232
includeInJar("com.github.telecran-telecrit:JRakNet:d757e139ce") {
3333
exclude group: "org.apache.logging.log4j"
3434
exclude group: "io.netty"
3535
}
36-
repackagedIncludeInJar("dev.kastle.netty:netty-transport-raknet:1.2.0") {
36+
repackagedIncludeInJar("dev.kastle.netty:netty-transport-raknet:1.2.2") {
3737
transitive = false
3838
}
3939
}
148 KB
Binary file not shown.
188 KB
Binary file not shown.
151 KB
Binary file not shown.

0 commit comments

Comments
 (0)