Skip to content

Commit

Permalink
Update plotsquared to v6.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2024
1 parent d5e1cb5 commit 5ed681b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies {
compileOnly("world.bentobox", "bentobox", "1.22.0-SNAPSHOT")
compileOnly("com.github.TechFortress", "GriefPrevention", "16.18.1")
compileOnly("com.github.TownyAdvanced", "Towny", "0.100.0.17")
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.2") {
exclude("*")
}
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.2") { isTransitive = false } // PlotSquared Bukkit API

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

0 comments on commit 5ed681b

Please sign in to comment.