We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a96b69 commit 54a28d9Copy full SHA for 54a28d9
core/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
dependencies {
9
compileOnly("de.eldoria", "schematicbrushreborn-api", "2.7.3")
10
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
11
- compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
+ compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.13")
12
// PlotSquared Core API
13
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
14
exclude("com.intellectualsites.paster", "Paster")
@@ -27,7 +27,7 @@ dependencies {
27
}
28
29
testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.4")
30
- testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
+ testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.13")
31
testImplementation("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
32
testImplementation("de.eldoria", "schematicbrushreborn-api", "2.7.3")
33
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
0 commit comments