mirror of
https://github.com/TotalFreedomMC/Minecraft-JDA.git
synced 2025-02-05 06:12:42 +00:00
Merge pull request #2 from AtlasMediaGroup/1.16.5-updates
Updates for 1.16.5
This commit is contained in:
commit
b59ce8d5c1
1 changed files with 5 additions and 5 deletions
8
pom.xml
8
pom.xml
|
@ -31,15 +31,15 @@
|
|||
<dependency>
|
||||
<groupId>net.dv8tion</groupId>
|
||||
<artifactId>JDA</artifactId>
|
||||
<version>4.2.0_222</version>
|
||||
<version>4.2.0_228</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot</artifactId>
|
||||
<version>1.16.1-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.16.5-R0.1-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue