Skip to content

Commit

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

0 comments on commit f93c2e2

Please sign in to comment.