From e279114a905ffe899dad77cc0c4d73d31705c6d7 Mon Sep 17 00:00:00 2001 From: tastybento Date: Mon, 31 Dec 2018 18:15:38 -0800 Subject: [PATCH] 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e9bf878..e27a886 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ org.spigotmc spigot-api - 1.13.2-R0.1-20181227.232615-93 + 1.13.1-R0.1-SNAPSHOT provided