Skip to content

Commit f149b16

Browse files
Update plotsquared to v6.11.2
1 parent 9804f1f commit f149b16

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
@@ -24,12 +24,12 @@ dependencies {
2424
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
2525
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.2.17")
2626
// PlotSquared Core API
27-
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
27+
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.2") {
2828
exclude("com.intellectualsites.paster", "Paster")
2929
exclude("org.apache.logging.log4j", "log4j-api")
3030
exclude("com.intellectualsites.informative-annotations", "informative-annotations")
3131
}
32-
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API
32+
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.2") { isTransitive = false } // PlotSquared Bukkit API
3333
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.9")
3434
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.8.2") {
3535
exclude("com.intellectualsites.paster")

0 commit comments

Comments
 (0)