diff --git a/build.gradle.kts b/build.gradle.kts index e03d097..69eb6aa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { } compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API - compileOnly("io.github.fabiozumbi12.RedProtect", "RedProtect-Core", "8.1.1") { + compileOnly("io.github.fabiozumbi12.RedProtect", "RedProtect-Core", "8.1.2") { exclude("*") } compileOnly("io.github.fabiozumbi12.RedProtect", "RedProtect-Spigot", "8.1.1") {