We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60724c4 + 7ebbe99 commit b386fc2Copy full SHA for b386fc2
build.gradle
@@ -26,7 +26,7 @@ dependencies{
26
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
27
api group: 'org.json', name: 'json', version: '20190722'
28
api group: 'org.jetbrains', name: 'annotations', version: '18.0.0'
29
- api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_79'){
+ api(group: 'net.dv8tion', name: 'JDA', version: '4.1.0_81'){
30
exclude(module: 'opus-java')
31
}
32
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
0 commit comments