From 72b40000c6ddc219a8cad531a7b0a2ab42b252e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:40:24 +0000 Subject: [PATCH] Update plotsquared to v6.11.2 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6ebbc4..49144a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,10 +28,10 @@ dependencies { compileOnly("world.bentobox", "bentobox", "2.3.0-SNAPSHOT") compileOnly("com.github.TechFortress", "GriefPrevention", "17.0.0") compileOnly("com.palmergames.bukkit.towny", "towny", "0.100.4.4") - compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") { + compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.2") { exclude("*") } - 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("io.github.fabiozumbi12.RedProtect", "RedProtect-Core", "8.1.1") { exclude("*")