Skip to content

Commit 54a28d9

Browse files
Update dependency com.sk89q.worldedit:worldedit-bukkit to v7.3.13
1 parent 9a96b69 commit 54a28d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
dependencies {
99
compileOnly("de.eldoria", "schematicbrushreborn-api", "2.7.3")
1010
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
11-
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
11+
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.13")
1212
// PlotSquared Core API
1313
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
1414
exclude("com.intellectualsites.paster", "Paster")
@@ -27,7 +27,7 @@ dependencies {
2727
}
2828

2929
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.4")
30-
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
30+
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.13")
3131
testImplementation("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
3232
testImplementation("de.eldoria", "schematicbrushreborn-api", "2.7.3")
3333
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")

0 commit comments

Comments
 (0)