Update dependencies

This commit is contained in:
Telesphoreo 2022-03-25 16:00:41 -05:00
parent 58403d86c3
commit 2acb45e4e4
2 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,6 @@
<groupId>me.totalfreedom</groupId>
<artifactId>Minecraft-JDA</artifactId>
<version>1.0</version>
<name>Minecraft-JDA</name>
<properties>
@ -38,7 +37,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<version>1.17.1-R0.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
@ -67,7 +66,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>

View File

@ -2,4 +2,4 @@ name: JDA
version: 4.4.0_351
author: scripthead
main: me.totalfreedom.jda.JDA
api-version: "1.18"
api-version: "1.17"