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 b212f75 + 556d690 commit eb53b65Copy full SHA for eb53b65
build.gradle
@@ -27,7 +27,7 @@ dependencies{
27
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.3.1'
28
api group: 'org.json', name: 'json', version: '20190722'
29
api group: 'org.jetbrains', name: 'annotations', version: '18.0.0'
30
- api(group: 'net.dv8tion', name: 'JDA', version: '4.1.0_96'){
+ api(group: 'net.dv8tion', name: 'JDA', version: '4.1.0_97'){
31
exclude(module: 'opus-java')
32
}
33
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
0 commit comments