Update JDA version

This commit is contained in:
GregTCLTK 2020-01-13 08:59:45 +01:00
parent c98592047d
commit 0a7176a758
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67

18
pom.xml
View file

@ -15,11 +15,19 @@
<maven.compiler.target>1.13</maven.compiler.target>
</properties>
<repositories>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.1.0_95</version>
<version>4.1.0_96</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
@ -53,14 +61,6 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>jcenter</id>
<name>jcenter-bintray</name>
<url>https://jcenter.bintray.com</url>
</repository>
</repositories>
<build>
<pluginManagement>
<plugins>