mirror of
https://github.com/TotalFreedomMC/Minecraft-JDA.git
synced 2025-02-05 06:12:42 +00:00
Update for 1.17.1
This commit is contained in:
parent
54194a7f7e
commit
240448275c
2 changed files with 15 additions and 6 deletions
16
pom.xml
16
pom.xml
|
@ -31,21 +31,29 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.dv8tion</groupId>
|
<groupId>net.dv8tion</groupId>
|
||||||
<artifactId>JDA</artifactId>
|
<artifactId>JDA</artifactId>
|
||||||
<version>4.2.1_255</version>
|
<version>4.3.0_277</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.16.5-R0.1-SNAPSHOT</version>
|
<version>1.17.1-R0.1-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.neovisionaries</groupId>
|
<groupId>com.neovisionaries</groupId>
|
||||||
<artifactId>nv-websocket-client</artifactId>
|
<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>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -59,7 +67,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-api</artifactId>
|
<artifactId>slf4j-api</artifactId>
|
||||||
<version>1.7.30</version>
|
<version>1.7.32</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
name: JDA
|
name: JDA
|
||||||
version: 4.2.0_222
|
version: 4.3.0_277
|
||||||
author: scripthead
|
author: scripthead
|
||||||
main: me.totalfreedom.jda.JDA
|
main: me.totalfreedom.jda.JDA
|
||||||
|
api-version: "1.17"
|
Loading…
Reference in a new issue