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 Oct 9, 2024
1 parent 1d41e60 commit 7a3bfda
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 @@ -28,10 +28,10 @@ dependencies {
compileOnly("world.bentobox", "bentobox", "2.3.0-SNAPSHOT")
compileOnly("com.github.TechFortress", "GriefPrevention", "17.0.0")
compileOnly("com.palmergames.bukkit.towny", "towny", "0.100.4.4")
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-Core", "8.1.2") {
exclude("*")
Expand Down

0 comments on commit 7a3bfda

Please sign in to comment.