Enables code to build.

https://github.com/BentoBoxWorld/Challenges/issues/45

It appears there is a bug or issue with Spigot API 1.13.2. I've no idea
why using 1.13.2 in the POM causes an error.
This commit is contained in:
tastybento 2018-12-31 18:15:38 -08:00
parent f131da1b27
commit e279114a90
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.13.2-R0.1-20181227.232615-93</version>
<version>1.13.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>