From 888a4aeec840d0f94ee3b50ee8795cac57701424 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:58:54 +0000 Subject: [PATCH] Update dependency com.zigythebird.playeranim:PlayerAnimationLibCore to v1.2.4+mc.26.2 --- emotecraft/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))