Skip to content

Commit

Permalink
Bump com.sk89q.worldedit:worldedit-bukkit from 6.1 to 7.3.6
Browse files Browse the repository at this point in the history
Bumps com.sk89q.worldedit:worldedit-bukkit from 6.1 to 7.3.6.

---
updated-dependencies:
- dependency-name: com.sk89q.worldedit:worldedit-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 6ee2c70 commit d8ed3dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Hooks/WorldGuard/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ dependencies {
compileOnly("org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT")

compileOnly("org.apache.logging.log4j:log4j-api:2.23.1")
compileOnly("com.sk89q.worldedit:worldedit-bukkit:6.1.4")
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.3.6")
compileOnly("com.sk89q.worldguard:worldguard-legacy:6.2")
}
2 changes: 1 addition & 1 deletion Hooks/WorldGuard6/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ dependencies {

compileOnly("org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT") // WorldGuard6 began on 1.8.x

compileOnly("com.sk89q.worldedit:worldedit-bukkit:6.1") // Dreeam - Don't Bump!!!!
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.3.6") // Dreeam - Don't Bump!!!!
compileOnly("com.sk89q.worldguard:worldguard-legacy:6.2")
}
2 changes: 1 addition & 1 deletion Hooks/WorldGuard7/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {

compileOnly("com.sk89q.worldguard:worldguard-core:7.0.9") // Latest Java 17
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.9") // Latest Java 17
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.3.0") { // Latest Java 17
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.3.6") { // Latest Java 17
exclude(group = "org.bstats")
}
}
Expand Down

0 comments on commit d8ed3dd

Please sign in to comment.