diff --git a/build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts b/build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts index d810e180..9d4b14eb 100755 --- a/build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts +++ b/build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts @@ -53,7 +53,7 @@ dependencies { compileOnly("de.tr7zw:item-nbt-api-plugin:2.15.7") // Cross version nbt handling compileOnly("com.mojang:brigadier:1.0.18") // Used in command unregister hack api("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") // Enhanced config management - api("com.github.cryptomorin:XSeries:13.7.0") // Crossversion Entity, material, potion, item, etc. handling + api("com.github.cryptomorin:XSeries:13.7.1") // Crossversion Entity, material, potion, item, etc. handling api("org.bstats:bstats-bukkit:3.0.2") // Bukkit bStats api("org.reflections:reflections:0.10.2") // Good reflections }