Skip to content

Commit

Permalink
Update dependency com.sk89q.worldedit:worldedit-bukkit to v7.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 5c8fda0 commit 8e66799
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.6.0")
compileOnly("org.spigotmc", "spigot-api", "1.16.5-R0.1-SNAPSHOT")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.0")
compileOnly("com.sk89q.worldedit", "worldedit-bukkit", "7.3.6")
// 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.11.0")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.0")
testImplementation("com.sk89q.worldedit", "worldedit-bukkit", "7.3.6")
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 8e66799

Please sign in to comment.