diff --git a/playtime-core/build.gradle.kts b/playtime-core/build.gradle.kts index c97c181..1d2b514 100644 --- a/playtime-core/build.gradle.kts +++ b/playtime-core/build.gradle.kts @@ -32,8 +32,8 @@ dependencies { // GUI, metrics, commands implementation("dev.triumphteam:triumph-gui:3.1.13") implementation("org.bstats:bstats-bukkit:3.1.0") - implementation("dev.rollczi:litecommands-bukkit:3.10.6") - implementation("dev.rollczi:litecommands-annotations:3.10.6") + implementation("dev.rollczi:litecommands-bukkit:3.10.9") + implementation("dev.rollczi:litecommands-annotations:3.10.9") testImplementation("org.junit.jupiter:junit-jupiter:6.0.1") testImplementation("org.assertj:assertj-core:3.27.6")