Skip to content

Commit

Permalink
Update FAWE to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 25, 2024
1 parent f2af9a0 commit 69f5229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ dependencies {
}
compileOnly("com.plotsquared", "PlotSquared-Bukkit", "6.11.1") { isTransitive = false } // PlotSquared Bukkit API
compileOnly("com.sk89q.worldguard", "worldguard-bukkit", "7.0.10")
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.11.1") {
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.12.0") {
exclude("com.intellectualsites.paster")
exclude("org.yaml")
}
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.11.1") {
compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.12.0") {
isTransitive = false
exclude("org.yaml")
}
Expand Down

0 comments on commit 69f5229

Please sign in to comment.