Skip to content

Commit 7a3bfda

Browse files
Update plotsquared to v6.11.2
1 parent 1d41e60 commit 7a3bfda

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
@@ -28,10 +28,10 @@ dependencies {
2828
compileOnly("world.bentobox", "bentobox", "2.3.0-SNAPSHOT")
2929
compileOnly("com.github.TechFortress", "GriefPrevention", "17.0.0")
3030
compileOnly("com.palmergames.bukkit.towny", "towny", "0.100.4.4")
31-
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
31+
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.2") {
3232
exclude("*")
3333
}
34-
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API
34+
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.2") { isTransitive = false } // PlotSquared Bukkit API
3535

3636
compileOnly("io.github.fabiozumbi12.RedProtect", "RedProtect-Core", "8.1.2") {
3737
exclude("*")

0 commit comments

Comments
 (0)