Skip to content

Commit

Permalink
Update FAWE to v2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 22, 2023
1 parent 4b8ab9b commit 4b6bf17
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.3") {
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.8.4") {
exclude("com.intellectualsites.paster")
exclude("org.yaml")
}
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.8.3") {
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.8.4") {
isTransitive = false
exclude("org.yaml")
}
Expand Down

0 comments on commit 4b6bf17

Please sign in to comment.