Skip to content

Commit

Permalink
Update dependency net.kyori:adventure-nbt to v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 6, 2021
1 parent 3b4bd53 commit 8a6c0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit-bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ tasks.named<ShadowJar>("shadowJar") {
include(dependency("org.lz4:lz4-java:1.8.0"))
}
relocate("net.kyori", "com.fastasyncworldedit.core.adventure") {
include(dependency("net.kyori:adventure-nbt:4.8.1"))
include(dependency("net.kyori:adventure-nbt:4.9.0"))
}
relocate("com.zaxxer", "com.fastasyncworldedit.core.math") {
include(dependency("com.zaxxer:SparseBitSet:1.2"))
Expand Down

0 comments on commit 8a6c0e3

Please sign in to comment.