diff --git a/emotecraft/build.gradle b/emotecraft/build.gradle index 9955daf..159f71c 100644 --- a/emotecraft/build.gradle +++ b/emotecraft/build.gradle @@ -9,7 +9,7 @@ dependencies { exclude(group: "com.google.j2objc") exclude(group: "org.jspecify") } - api("com.zigythebird.playeranim:PlayerAnimationLibCore:1.2.3+mc.26.1") + api("com.zigythebird.playeranim:PlayerAnimationLibCore:1.2.4+mc.26.2") compileOnly("tools.jackson.core:jackson-databind:${project.jackson_version}") testImplementation(project(":jackson"))