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

@ -87,7 +87,7 @@ The code is based on a (W.I.P) paper that can be found [here](https://github.com
- **cloud-minecraft/cloud-velocity**: Velocity v1.1.0 implementation of cloud - **cloud-minecraft/cloud-velocity**: Velocity v1.1.0 implementation of cloud
- **cloud-minecraft/cloud-cloudburst**: Cloudburst v1.0.0+ implementation of cloud - **cloud-minecraft/cloud-cloudburst**: Cloudburst v1.0.0+ implementation of cloud
- **cloud-minecraft/cloud-minecraft-extras**: Opinionated Extra Features for cloud-minecraft - **cloud-minecraft/cloud-minecraft-extras**: Opinionated Extra Features for cloud-minecraft
- **cloud-discord/cloud-jda**: JDA v4.2.0_207+ implementation of cloud - **cloud-discord/cloud-jda**: JDA v4.2.0_209+ implementation of cloud
- **cloud-discord/cloud-javacord**: Javacord v3.1.1+ implementation of cloud - **cloud-discord/cloud-javacord**: Javacord v3.1.1+ implementation of cloud
## links ## links

View file

@ -1,4 +1,4 @@
dependencies { dependencies {
api project(':cloud-core') api project(':cloud-core')
compileOnly 'net.dv8tion:JDA:4.2.0_210' compileOnly 'net.dv8tion:JDA:4.2.0_209'
} }

View file

@ -11,7 +11,7 @@ repositories {
dependencies { dependencies {
implementation project(":cloud-jda") 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' implementation 'org.slf4j:slf4j-simple:1.7.21'
} }