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 b2acd17 + 9f5c1d6 commit 1b5c24aCopy full SHA for 1b5c24a
build.gradle
@@ -31,7 +31,7 @@ dependencies{
31
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.7.2'
32
api group: 'org.json', name: 'json', version: '20200518'
33
api group: 'org.jetbrains', name: 'annotations', version: '19.0.0'
34
- api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_168'){
+ api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_169'){
35
exclude(module: 'opus-java')
36
}
37
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
0 commit comments