Bump JDA version

This commit is contained in:
broccolai 2020-10-21 04:17:51 +01:00 committed by Alexander Söderberg
parent 36afe207d7
commit 530ecc4f73
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ repositories {
dependencies {
implementation project(":cloud-jda")
implementation 'net.dv8tion:JDA:4.2.0_207'
implementation 'net.dv8tion:JDA:4.2.0_209'
implementation 'org.slf4j:slf4j-simple:1.7.21'
}