Skip to content

Commit 3b54a63

Browse files
Update plotsquared to v6.11.2
1 parent 7c27455 commit 3b54a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dependencies {
2727
compileOnly("world.bentobox", "bentobox", "1.22.0-SNAPSHOT")
2828
compileOnly("com.github.TechFortress", "GriefPrevention", "16.18.1")
2929
compileOnly("com.github.TownyAdvanced", "Towny", "0.100.0.7")
30-
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
30+
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.2") {
3131
exclude("*")
3232
}
33-
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API
33+
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.2") { isTransitive = false } // PlotSquared Bukkit API
3434

3535
compileOnly("io.github.fabiozumbi12.RedProtect", "RedProtect-Spigot", "8.1.0") {
3636
exclude("com.github.MilkBowl")

0 commit comments

Comments
 (0)