Skip to content

Commit f9c892b

Browse files
committed
Update JDA to 4.0.0_40
1 parent c53e61c commit f9c892b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
}
88

99
group = 'com.andre601'
10-
version = '2.2.0'
10+
version = '2.2.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.0.0_39'){
27+
api(group: 'net.dv8tion', name: 'JDA', version: '4.0.0_40'){
2828
exclude(module: 'opus-java')
2929
}
3030
}

release-notes.md

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
- Dependencies updated:
2525
- JDA: `4.BETA.0_32` to `4.0.0_39` (Official release of JDA v4)
2626

27+
- ### v2.2.1
28+
- Dependencies updated:
29+
- JDA: `4.0.0_39` to `4.0.0_40`
30+
2731
____
2832
## v1
2933

0 commit comments

Comments
 (0)