From 13125dbeb840bb82aa5ce951ea24825e12ee6859 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Tue, 7 Dec 2021 17:35:42 -0600 Subject: [PATCH] Update to 1.18 Because IntelliJ was throwing a fit of the version of 1.17.1 BukkitTelnet was using --- pom.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index acd9792..6a6805a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ me.totalfreedom BukkitTelnet - 4.6.1 + 4.6.2 jar @@ -37,27 +37,31 @@ - spigot + spigot-repo https://hub.spigotmc.org/nexus/content/groups/public/ essentialsx-repo https://repo.essentialsx.net/releases/ + + CodeMC + https://repo.codemc.org/repository/maven-public/ + org.spigotmc spigot-api - 1.17.1-R0.1-SNAPSHOT + 1.18-R0.1-SNAPSHOT compile org.projectlombok lombok - 1.18.20 + 1.18.22 provided @@ -69,16 +73,16 @@ - net.ess3 + net.essentialsx EssentialsX - 2.18.0 + 2.19.0 provided org.json json - 20210307 + 20211205 compile