Update to the final release of JDA 4.x

This commit is contained in:
darbyjack
2021-11-27 19:02:20 -06:00
committed by chickeneer
parent ce9933c1b3
commit 5621a27dd6
+3 -4
View File
@@ -41,9 +41,8 @@
<repositories>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>https://jcenter.bintray.com</url>
<id>m2-dv8tion</id>
<url>https://m2.dv8tion.net/releases</url>
</repository>
</repositories>
@@ -57,7 +56,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_168</version>
<version>4.4.0_350</version>
<scope>provided</scope>
</dependency>
</dependencies>