Update JDA version and location (FS-145)

This commit is contained in:
Nathan Curran 2021-04-09 21:20:33 +10:00
parent 27f5f18962
commit 27dfd71b2e
No known key found for this signature in database
GPG Key ID: B3A964B30C2E56B8
1 changed files with 4 additions and 4 deletions

View File

@ -75,9 +75,9 @@
</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>
<repository>
@ -191,7 +191,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_224</version>
<version>4.2.1_255</version>
<scope>provided</scope>
</dependency>