We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8794e4 commit b841d5aCopy full SHA for b841d5a
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
// compileOnly("io.papermc.paper:paper-api:$pluginVersion-R0.1-SNAPSHOT")
34
// compileOnly("org.spigotmc:spigot-api:$pluginVersion-R0.1-SNAPSHOT")
35
// compileOnly("org.bukkit:bukkit:$pluginVersion-R0.1-SNAPSHOT")
36
- compileOnly("dev.jorel:commandapi-bukkit-core:9.2.0")
+ compileOnly("dev.jorel:commandapi-bukkit-core:9.3.0")
37
compileOnly("dev.jorel:commandapi-bukkit-kotlin:9.2.0")
38
compileOnly("love.chihuyu:TimerAPI:1.4.1-SNAPSHOT")
39
compileOnly(kotlin("stdlib"))
0 commit comments