Skip to content

Commit

Permalink
Update dependency com.sk89q.worldedit:worldedit-bukkit to v7.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent 23d0f55 commit 477316c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
dependencies {
compileOnly("de.eldoria", "schematicbrushreborn-api", "2.5.4")
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.2.16")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.2.17")
// PlotSquared Core API
compileOnly("com.plotsquared", "PlotSquared-Core", "6.11.1") {
exclude("com.intellectualsites.paster", "Paster")
Expand All @@ -41,7 +41,7 @@ dependencies {
}

testImplementation("org.junit.jupiter", "junit-jupiter-api", "5.10.0")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.2.16")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.2.17")
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 477316c

Please sign in to comment.