mirror of
https://github.com/TotalFreedomMC/Minecraft-JDA.git
synced 2024-12-27 02:24:42 +00:00
Update dependencies
This commit is contained in:
parent
58403d86c3
commit
2acb45e4e4
2 changed files with 3 additions and 4 deletions
5
pom.xml
5
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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"
|
Loading…
Reference in a new issue