Bump JDA version
This commit is contained in:
parent
36afe207d7
commit
530ecc4f73
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue