Support Minecraft 1.18

This commit is contained in:
Christian Koop 2021-12-20 18:40:22 +01:00
parent 087955ee38
commit 2c56ef20a4
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
1 changed files with 3 additions and 3 deletions

View File

@ -108,15 +108,15 @@
<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>
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>LATEST</version>
<version>2.6.8</version>
<scope>compile</scope>
</dependency>