From e8b835b0fe47de9647d7d074052c5018b9871ab1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 05:03:53 +0000 Subject: [PATCH] Update plotsquared to v6.11.2 --- core/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 105330a..a9ee7ef 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -10,12 +10,12 @@ dependencies { compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT") compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9") // PlotSquared Core API - compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") { + compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.2") { exclude("com.intellectualsites.paster", "Paster") exclude("org.apache.logging.log4j", "log4j-api") exclude("com.intellectualsites.informative-annotations", "informative-annotations") } - compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API + compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.2") { isTransitive = false } // PlotSquared Bukkit API compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.12") compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.12.3") { exclude("com.intellectualsites.paster")