Update JDA version and location

This commit is contained in:
Nathan Curran 2021-04-09 20:54:03 +10:00
parent def3534d0d
commit 6ba5165697
No known key found for this signature in database
GPG Key ID: B3A964B30C2E56B8
1 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>https://jcenter.bintray.com</url>
<id>dv8tion</id>
<name>m2-dv8tion</name>
<url>https://m2.dv8tion.net/releases/</url>
</repository>
</repositories>
@ -31,7 +31,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_236</version>
<version>4.2.1_255</version>
<scope>compile</scope>
</dependency>