Skip to content

Commit

Permalink
fix(deps): update dependency com.sk89q.worldguard:worldguard-bukkit t…
Browse files Browse the repository at this point in the history
…o v7.0.12
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 085e630 commit d417c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
isTransitive = false
}
compileOnly("org.checkerframework", "checker-qual", "3.47.0")
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.11") {
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.12") {
exclude("org.bukkit")
}
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.6")
Expand Down

0 comments on commit d417c5f

Please sign in to comment.