From 4486befb1d0a92bc39ef9030785f7b259305dee5 Mon Sep 17 00:00:00 2001 From: courteously Date: Sun, 27 Dec 2020 18:33:50 -0800 Subject: [PATCH] Update pom.xml & readme - Updated JDA to version 4.2.0_222. - Bumped dependencies. - Removed an extra section where one dependency was added twice. - Rewrote the readme file to be more informative. --- README.md | 2 +- pom.xml | 15 ++++----------- src/main/resources/plugin.yml | 2 +- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5199bd1..9a9391f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Minecraft-JDA -Minecraft plugin version of JDA (It's just a dependency plugin) +This is a Minecraft plugin version of JDA. On the TotalFreedom Minecraft server, it serves as a dependency for the Discord bot. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 08e8425..dd703a2 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ net.dv8tion JDA - 4.2.0_168 + 4.2.0_222 compile @@ -45,28 +45,21 @@ com.neovisionaries nv-websocket-client - 2.9 + 2.10 compile com.squareup.okhttp3 okhttp - 3.10.0 - compile - - - - com.squareup.okhttp3 - okhttp - 3.10.0 + 4.9.0 compile org.slf4j slf4j-api - 1.7.25 + 1.7.30 provided diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index f61b1c9..1fa2883 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: JDA -version: 4.2.0_168 +version: 4.2.0_222 author: scripthead main: me.totalfreedom.jda.JDA \ No newline at end of file