Skip to content

Commit 5bf8bf6

Browse files
committed
Update JDA dependency to 4.BETA.0_30
1 parent d104622 commit 5bf8bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10-
version = '2.0.0'
10+
version = '2.0.1'
1111

1212
sourceCompatibility = 1.8
1313

@@ -24,7 +24,7 @@ dependencies{
2424
api group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.11.0'
2525
api group: 'org.json', name: 'json', version: '20180813'
2626
api group: 'org.jetbrains', name: 'annotations', version: '16.0.2'
27-
api(group: 'net.dv8tion', name: 'JDA', version: '4.BETA.0_23'){
27+
api(group: 'net.dv8tion', name: 'JDA', version: '4.BETA.0_30'){
2828
exclude(module: 'opus-java')
2929
}
3030
}

0 commit comments

Comments
 (0)