feat: 更新 NBT 前置版本

This commit is contained in:
2024-10-28 00:29:04 +08:00
parent fbd6608864
commit e03ad98272

View File

@@ -25,7 +25,7 @@ dependencies {
}
// https://www.spigotmc.org/resources/nbt-api.7939/
implementation("de.tr7zw:item-nbt-api:2.13.1")
implementation("de.tr7zw:item-nbt-api:2.13.2")
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
implementation("com.zaxxer:HikariCP:4.0.3") { exclude(group = "org.slf4j") }
}