From 530ecc4f73c90c4e411f055f43bfaa2e79b9095d Mon Sep 17 00:00:00 2001 From: broccolai Date: Wed, 21 Oct 2020 04:17:51 +0100 Subject: [PATCH] Bump JDA version --- README.md | 2 +- cloud-discord/cloud-jda/build.gradle | 2 +- examples/example-jda/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c0208240..dc3cf547 100644 --- a/README.md +++ b/README.md @@ -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-cloudburst**: Cloudburst v1.0.0+ implementation of cloud - **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 ## links diff --git a/cloud-discord/cloud-jda/build.gradle b/cloud-discord/cloud-jda/build.gradle index 0f851e94..206b6ca3 100644 --- a/cloud-discord/cloud-jda/build.gradle +++ b/cloud-discord/cloud-jda/build.gradle @@ -1,4 +1,4 @@ dependencies { api project(':cloud-core') - compileOnly 'net.dv8tion:JDA:4.2.0_210' + compileOnly 'net.dv8tion:JDA:4.2.0_209' } diff --git a/examples/example-jda/build.gradle b/examples/example-jda/build.gradle index 5acf8220..4c5f4266 100644 --- a/examples/example-jda/build.gradle +++ b/examples/example-jda/build.gradle @@ -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' }