diff --git a/Bukkit/build.gradle b/Bukkit/build.gradle index b0c628c5c..f8770c04f 100644 --- a/Bukkit/build.gradle +++ b/Bukkit/build.gradle @@ -23,9 +23,9 @@ dependencies { implementation(project(":PlotSquared-Core")) compile("org.bstats:bstats-bukkit:1.7") compile(project(":PlotSquared-Core")) - compile("com.destroystokyo.paper:paper-api:1.16.2-R0.1-SNAPSHOT") - implementation("org.spigotmc:spigot-api:1.16.2-R0.1-SNAPSHOT") - compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.2.0-SNAPSHOT") { + compile("com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT") + implementation("org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT") + compile(group: "com.sk89q.worldedit", name: "worldedit-bukkit", version: "7.2.0") { exclude(module: "bukkit") } compile("io.papermc:paperlib:1.0.4") diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml index 2211b15d9..e059f957f 100644 --- a/Bukkit/pom.xml +++ b/Bukkit/pom.xml @@ -27,13 +27,13 @@ com.destroystokyo.paper paper-api - 1.16.2-R0.1-SNAPSHOT + 1.16.4-R0.1-SNAPSHOT compile com.sk89q.worldedit worldedit-bukkit - 7.2.0-SNAPSHOT + 7.2.0 compile @@ -99,7 +99,7 @@ com.sk89q.worldedit worldedit-core - 7.0.0 + 7.2.0 runtime @@ -149,7 +149,7 @@ org.spigotmc spigot-api - 1.16.2-R0.1-SNAPSHOT + 1.16.4-R0.1-SNAPSHOT runtime diff --git a/Core/pom.xml b/Core/pom.xml index 3d4ebf3a7..799c0a5a5 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -27,7 +27,7 @@ com.sk89q.worldedit worldedit-core - 7.0.0 + 7.2.0 runtime diff --git a/build.gradle b/build.gradle index bd9095e3e..dba40e35d 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ subprojects { dependencies { compile group: 'org.json', name: 'json', version: '20200518' - implementation("com.sk89q.worldedit:worldedit-core:7.0.0") { + implementation("com.sk89q.worldedit:worldedit-core:7.2.0") { exclude(module: "bukkit-classloader-check") exclude(module: "mockito-core") exclude(module: "dummypermscompat")