From 59f072c79671b30d68626a62ea5099856f7d6ac0 Mon Sep 17 00:00:00 2001 From: neokoni Date: Sat, 17 Aug 2024 15:39:25 +0800 Subject: [PATCH] dep: upgrade CommandAPI Ver to support 1.21.1 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 08f7c2c..7248d12 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { group = "cn.xor7" version = "1.3.1" -val commandAPIVer = "9.5.1" +val commandAPIVer = "9.5.3" repositories { mavenLocal() @@ -80,4 +80,4 @@ tasks.withType { kotlin { jvmToolchain(21) -} \ No newline at end of file +}