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.
1 parent 8e8e52f commit 253219bCopy full SHA for 253219b
build.gradle
@@ -25,7 +25,7 @@ dependencies{
25
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
26
api group: 'org.json', name: 'json', version: '20190722'
27
api group: 'org.jetbrains', name: 'annotations', version: '18.0.0'
28
- api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_78'){
+ api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_79'){
29
exclude(module: 'opus-java')
30
}
31
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
0 commit comments