diff --git a/lobbyheads-core/build.gradle.kts b/lobbyheads-core/build.gradle.kts index a860a9f..17cd8fb 100644 --- a/lobbyheads-core/build.gradle.kts +++ b/lobbyheads-core/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { compileOnly("com.mojang:authlib:5.0.47") // HoloEasy based on top of the protocolib - implementation("com.github.unldenis:holoeasy:3.0.1") + implementation("com.github.unldenis:holoeasy:4.3.2") // PlaceholderAPI, if anyone wants to parse placeholders in the head's name compileOnly("me.clip:placeholderapi:2.11.7")