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.10
  • Loading branch information
renovate[bot] authored Aug 17, 2024
1 parent f27907a commit a49ef92
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.45.0")
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.9") {
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.10") {
exclude("org.bukkit")
}
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.0")
Expand Down

0 comments on commit a49ef92

Please sign in to comment.