Skip to content

Commit 81ff879

Browse files
Update plotsquared to v6.11.2
1 parent 07ceda3 commit 81ff879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ dependencies {
1010
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
1111
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
1212
// PlotSquared Core API
13-
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
13+
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.2") {
1414
exclude("com.intellectualsites.paster", "Paster")
1515
exclude("org.apache.logging.log4j", "log4j-api")
1616
exclude("com.intellectualsites.informative-annotations", "informative-annotations")
1717
}
18-
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API
18+
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.2") { isTransitive = false } // PlotSquared Bukkit API
1919
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.12")
2020
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.12.3") {
2121
exclude("com.intellectualsites.paster")

0 commit comments

Comments
 (0)