We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cc5f7 commit 5c8e39dCopy full SHA for 5c8e39d
build.gradle
@@ -40,7 +40,7 @@ repositories {
40
41
dependencies {
42
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.18'
43
- implementation(group: 'net.dv8tion', name: 'JDA', version:'5.3.2'){
+ implementation(group: 'net.dv8tion', name: 'JDA', version:'5.4.0'){
44
exclude(module: 'opus-java')
45
}
46
implementation group: 'pw.chew', name: 'jda-chewtils-commons', version: '2.1'
0 commit comments