Skip to content

Commit

Permalink
Update FAWE to v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2023
1 parent 2d64356 commit ffc446b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencyResolutionManagement {
library("spigot-v16", "io.papermc.paper:paper-api:1.17.1-R0.1-SNAPSHOT")
// world edit
library("worldedit", "com.sk89q.worldedit:worldedit-bukkit:7.2.17")
library("fawe-core", "com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.7.1")
library("fawe-bukkit", "com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.7.1")
library("fawe-core", "com.fastasyncworldedit:FastAsyncWorldEdit-Core:2.8.1")
library("fawe-bukkit", "com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit:2.8.1")

// plugins
plugin("publishdata", "de.chojo.publishdata").version("1.2.5")
Expand Down

0 comments on commit ffc446b

Please sign in to comment.