Skip to content

Commit a1fcd68

Browse files
Update plotsquared to v6.11.2
1 parent ac94565 commit a1fcd68

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

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

0 commit comments

Comments
 (0)