Updated dependency spigot v1.17 to spigot-api v1.18

This commit is contained in:
Christian Koop 2021-12-02 19:53:18 +01:00
parent 87710a4772
commit abdf9ae89d
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -106,8 +106,8 @@
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.17</version>
<artifactId>spigot-api</artifactId>
<version>1.18-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>