We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8ee9f commit 8b78e6cCopy full SHA for 8b78e6c
build.gradle.kts
@@ -72,8 +72,8 @@ dependencies {
72
shade("org.slf4j:jul-to-slf4j:2.0.13")
73
shade("com.mojang:brigadier:1.2.9")
74
shade("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1")
75
- shade("com.github.rfresh2:SimpleEventBus:1.2")
76
- shade("com.github.rfresh2.Discord4j:discord4j-core:778616c1bb") {
+ shade("com.github.rfresh2:SimpleEventBus:3c2c6e7a0a")
+ shade("com.github.rfresh2.Discord4j:discord4j-core:8032e232c1") {
77
exclude(group = "io.netty")
78
}
79
shade("com.github.rfresh2:MCProtocolLib:8f49e2859b") {
0 commit comments