From ba2d60e38693c2d5853229644ef418fec994c56e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:54:53 +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 e03d097..3e049b2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,10 +27,10 @@ dependencies { compileOnly("world.bentobox", "bentobox", "2.3.0-SNAPSHOT") compileOnly("com.github.TechFortress", "GriefPrevention", "17.0.0") compileOnly("com.github.TownyAdvanced", "Towny", "0.100.0.17") - 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("*")