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 242737b commit 355a311Copy full SHA for 355a311
build.gradle
@@ -28,7 +28,7 @@ dependencies{
28
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.5.0'
29
api group: 'org.json', name: 'json', version: '20190722'
30
api group: 'org.jetbrains', name: 'annotations', version: '19.0.0'
31
- api(group: 'net.dv8tion', name: 'JDA', version: '4.1.1_136'){
+ api(group: 'net.dv8tion', name: 'JDA', version: '4.1.1_137'){
32
exclude(module: 'opus-java')
33
}
34
api group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.8.0'
0 commit comments