From 714ab2a14bc527173ff6be0c5a57c409a55595c4 Mon Sep 17 00:00:00 2001 From: Christian Koop Date: Thu, 2 Dec 2021 18:18:17 +0100 Subject: [PATCH] Replace dependency `spigot` v1.17 with `spigot-api` v1.18 --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1eef07e..30ae13a 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,11 @@ https://repo.songoda.com/repository/public/ + + spigotmc-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + jitpack.io https://jitpack.io/ @@ -116,8 +121,9 @@ org.spigotmc - spigot - 1.17 + spigot-api + 1.18-R0.1-SNAPSHOT + provided