Skip to content

Commit 5339b5c

Browse files
committed
WorldEdit is broken due to legacy bStats on Spigot platform; update to latest worldedit
1 parent 720b248 commit 5339b5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

platforms/spigot/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ dependencies {
3030
compile project(':common:common-generator')
3131
compile project(':common:common-core')
3232

33-
compile ('com.sk89q.worldedit:worldedit-core:7.2.0') {
33+
compile ('com.sk89q.worldedit:worldedit-core:7.2.9') {
3434
exclude group: 'org.yaml'
3535
}
3636

3737
// We may not need this, remove if so
38-
compile 'com.sk89q.worldedit:worldedit-bukkit:7.2.0'
38+
compile 'com.sk89q.worldedit:worldedit-bukkit:7.2.9'
3939
}
4040

4141
// Replace text in plugin.yml

0 commit comments

Comments
 (0)