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 cdc8782 + 4f2a0b6 commit da3475eCopy full SHA for da3475e
build.gradle
@@ -23,7 +23,7 @@ repositories{
23
dependencies{
24
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
25
api group: 'org.json', name: 'json', version: '20190722'
26
- api group: 'org.jetbrains', name: 'annotations', version: '17.0.0'
+ api group: 'org.jetbrains', name: 'annotations', version: '18.0.0'
27
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_56'){
28
exclude(module: 'opus-java')
29
}
0 commit comments