We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4669602 commit f9347d8Copy full SHA for f9347d8
build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
52
compileOnly("com.mojang:brigadier:1.0.18")
53
api("com.github.cryptomorin:XSeries:13.0.0") // Crossversion entitytype and material support
54
api("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") // ConfigurationMaster for enhanced config management
55
- api("de.tr7zw:item-nbt-api:2.14.1") // NBT API for cross version nbt tag handling
+ api("de.tr7zw:item-nbt-api:2.15.0") // NBT API for cross version nbt tag handling
56
api("org.bstats:bstats-bukkit:3.0.2") // Bukkit bStats
57
api("org.apache.commons:commons-math3:3.6.1") // FastMath
58
api("org.reflections:reflections:0.10.2") // Reflections
0 commit comments