geforkt von Mirrors/FastAsyncWorldEdit
Update dependency net.kyori:adventure-nbt to v4.8.1 (#1161)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Dieser Commit ist enthalten in:
Ursprung
876d84aec0
Commit
af1a3c3ddb
@ -181,7 +181,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.7.0"))
|
||||
include(dependency("net.kyori:adventure-nbt:4.8.1"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -39,7 +39,7 @@ dependencies {
|
||||
because("Mojang provides Log4J 2.8.1")
|
||||
}
|
||||
implementation("it.unimi.dsi:fastutil")
|
||||
compileOnly("net.kyori:adventure-nbt:4.7.0")
|
||||
compileOnly("net.kyori:adventure-nbt:4.8.1")
|
||||
testImplementation("net.kyori:adventure-nbt:4.7.0")
|
||||
|
||||
val antlrVersion = "4.9.1"
|
||||
|
@ -13,5 +13,5 @@ dependencies {
|
||||
"shade"("org.enginehub.piston:core:${Versions.PISTON}")
|
||||
"shade"("org.enginehub.piston.core-ap:runtime:${Versions.PISTON}")
|
||||
"shade"("org.enginehub.piston:default-impl:${Versions.PISTON}")
|
||||
"shade"("net.kyori:adventure-nbt:4.5.0")
|
||||
"shade"("net.kyori:adventure-nbt:4.8.1")
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren