Update for 1.17.1

This commit is contained in:
Telesphoreo 2021-09-29 16:53:21 -05:00
parent 54194a7f7e
commit 240448275c
2 changed files with 15 additions and 6 deletions

16
pom.xml
View File

@ -31,21 +31,29 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.1_255</version>
<version>4.3.0_277</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.neovisionaries</groupId>
<artifactId>nv-websocket-client</artifactId>
<version>2.10</version>
<version>2.14</version>
<scope>compile</scope>
</dependency>
<!-- Required for both JDA and Pterodactyl integration -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20210307</version>
<scope>compile</scope>
</dependency>
@ -59,7 +67,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<version>1.7.32</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -1,4 +1,5 @@
name: JDA
version: 4.2.0_222
version: 4.3.0_277
author: scripthead
main: me.totalfreedom.jda.JDA
main: me.totalfreedom.jda.JDA
api-version: "1.17"