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 9b9c716 + 8c92aeb commit 42691b8Copy full SHA for 42691b8
build.gradle
@@ -22,7 +22,7 @@ repositories{
22
23
dependencies{
24
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.1'
25
- api group: 'org.json', name: 'json', version: '20180813'
+ api group: 'org.json', name: 'json', version: '20190722'
26
api group: 'org.jetbrains', name: 'annotations', version: '17.0.0'
27
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_48'){
28
exclude(module: 'opus-java')
0 commit comments