Skip to content

Commit

Permalink
Update dependency com.sk89q.worldedit:worldedit-bukkit to v7.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 11, 2025
1 parent c638eca commit d184ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
dependencies {
compileOnly("de.eldoria", "schematicbrushreborn-api", "2.7.3")
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.10")
// PlotSquared Core API
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
exclude("com.intellectualsites.paster", "Paster")
Expand All @@ -27,7 +27,7 @@ dependencies {
}

testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.11.4")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.10")
testImplementation("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
testImplementation("de.eldoria", "schematicbrushreborn-api", "2.7.3")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
Expand Down

0 comments on commit d184ebf

Please sign in to comment.