Merge pull request #44 from AtlasMediaGroup/FS-145

Update JDA version and location (FS-145)
This commit is contained in:
Ryan 2021-04-10 12:39:08 +01:00 committed by GitHub
commit 091381a076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>