Update OpenNBT to 2.1.2

This commit is contained in:
Nassim Jahnke 2023-03-03 14:20:41 +01:00
parent 9fd0d3e565
commit 9ce3d8e567
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ adventure = "4.12.0"
gson = "2.10.1"
fastutil = "8.5.11"
flare = "2.0.1"
openNBT = "2.1"
openNBT = "2.1.2"
# Common provided
netty = "4.0.20.Final"

View File

@ -1,6 +1,7 @@
dependencies {
implementation(projects.viaversionCommon)
compileOnly(libs.velocity) {
// Requires Java 11
exclude("com.velocitypowered", "velocity-brigadier")
}
annotationProcessor(libs.velocity)