diff --git a/build.gradle.kts b/build.gradle.kts index a0a73fe..0a95880 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ repositories { dependencies { val paperVersion = "1.20.1-R0.1-SNAPSHOT" val rushyApiVersion = "2.1.0" - val commandApiVersion = "9.1.0" + val commandApiVersion = "9.2.0" val coroutineVersion = "1.7.3" val mockBukkitVersion = "3.19.2" val junitVersion = "5.10.0"