We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce10fce commit 5425ec9Copy full SHA for 5425ec9
build.gradle.kts
@@ -23,7 +23,7 @@ repositories {
23
24
dependencies {
25
compileOnly("com.destroystokyo.paper:paper-api:$pluginVersion-R0.1-SNAPSHOT")
26
- implementation("dev.jorel:commandapi-bukkit-shade:9.5.3")
+ implementation("dev.jorel:commandapi-bukkit-shade:9.6.1")
27
implementation(kotlin("stdlib"))
28
}
29
0 commit comments