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 d104622 commit 5bf8bf6Copy full SHA for 5bf8bf6
build.gradle
@@ -7,7 +7,7 @@ plugins{
7
}
8
9
group = 'com.andre601'
10
-version = '2.0.0'
+version = '2.0.1'
11
12
sourceCompatibility = 1.8
13
@@ -24,7 +24,7 @@ dependencies{
24
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.11.0'
25
api group: 'org.json', name: 'json', version: '20180813'
26
api group: 'org.jetbrains', name: 'annotations', version: '16.0.2'
27
- api(group: 'net.dv8tion', name: 'JDA', version: '4.BETA.0_23'){
+ api(group: 'net.dv8tion', name: 'JDA', version: '4.BETA.0_30'){
28
exclude(module: 'opus-java')
29
30
0 commit comments