Skip to content

Commit

Permalink
Update FAWE to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 22, 2023
1 parent b466eaa commit 4306f41
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.8")
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.6.4") {
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.7.0") {
exclude("com.intellectualsites.paster")
exclude("org.yaml")
}
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.6.4") {
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.7.0") {
isTransitive = false
exclude("org.yaml")
}
Expand Down

0 comments on commit 4306f41

Please sign in to comment.