Merge pull request #2 from AtlasMediaGroup/1.16.5-updates

Updates for 1.16.5
This commit is contained in:
Paldiu 2021-03-03 11:44:09 -06:00 committed by GitHub
commit b59ce8d5c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -31,15 +31,15 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>4.2.0_222</version>
<version>4.2.0_228</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<artifactId>spigot-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
@ -98,4 +98,4 @@
</plugin>
</plugins>
</build>
</project>
</project>