Update to Spigot 1.16.4 dependency

- Using 1.16.4 allows making use of PrepareSmithingEvent.
This commit is contained in:
Pim van der Loos 2020-11-24 10:59:00 +01:00
parent 8a7f56e07e
commit b8fdec0ed5
No known key found for this signature in database
GPG Key ID: C16F020ADAE6D5A8

View File

@ -24,7 +24,7 @@
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>1.15-R0.1-SNAPSHOT</version> <version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@ -32,7 +32,7 @@
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId> <artifactId>spigot</artifactId>
<version>1.15-R0.1-SNAPSHOT</version> <version>1.16.4-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>