Skip to content

Commit

Permalink
Update FAWE to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent 1f8f319 commit 0980f6e
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 @@ -31,11 +31,11 @@ dependencies {
}
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.9")
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.8.4") {
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.9.0") {
exclude("com.intellectualsites.paster")
exclude("org.yaml")
}
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.8.4") {
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.9.0") {
isTransitive = false
exclude("org.yaml")
}
Expand Down

0 comments on commit 0980f6e

Please sign in to comment.