So that it compiles

This commit is contained in:
libraryaddict 2022-03-22 05:51:11 +13:00
parent 2a5caa6e30
commit e3ed78736c
1 changed files with 7 additions and 0 deletions

View File

@ -43,6 +43,13 @@
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<classifier>remapped-mojang</classifier>
<scope>provided</scope>
</dependency>
</dependencies>
<build>