Skip to content

Commit

Permalink
Update dependency com.sk89q.worldedit:worldedit-bukkit to v7.3.9 (#173)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent b0f9617 commit 51d5ee4
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.1")
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.6")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
// 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.0")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.6")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.9")
testImplementation("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
testImplementation("de.eldoria", "eldo-util", "1.14.4")
testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")
Expand Down

0 comments on commit 51d5ee4

Please sign in to comment.