We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb0bd4d + d7d682b commit 8ac5e50Copy full SHA for 8ac5e50
build.gradle
@@ -24,7 +24,7 @@ dependencies{
24
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
25
api group: 'org.json', name: 'json', version: '20190722'
26
api group: 'org.jetbrains', name: 'annotations', version: '17.0.0'
27
- api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_53'){
+ api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_54'){
28
exclude(module: 'opus-java')
29
}
30
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
0 commit comments