From 5ecba380d7612d98b4683205328a659df514ddc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 22:12:21 +0000 Subject: [PATCH] Update dependency com.sk89q.worldguard:worldguard-bukkit to v7.0.13 --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 1db0e51..26a8a90 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { exclude("com.intellectualsites.informative-annotations", "informative-annotations") } compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API - compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.12") + compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.13") compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.12.3") { exclude("com.intellectualsites.paster") exclude("org.yaml")