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 ebca9a3 + f59f472 commit 816e751Copy full SHA for 816e751
build.gradle
@@ -30,7 +30,7 @@ jar{
30
dependencies{
31
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.8.0'
32
api group: 'org.json', name: 'json', version: '20200518'
33
- api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_185'){
+ api(group: 'net.dv8tion', name: 'JDA', version: '4.2.0_187'){
34
exclude(module: 'opus-java')
35
}
36
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
0 commit comments