Update build.gradle.kts

This commit is contained in:
2026-05-19 13:33:15 -04:00
parent 3eec245b6a
commit 77dde83de3
+1 -1
View File
@@ -34,7 +34,7 @@ dependencies {
exclude("org.bukkit", "bukkit") exclude("org.bukkit", "bukkit")
} }
compileOnly("net.coreprotect:coreprotect:23.2") compileOnly("net.coreprotect:coreprotect:23.2")
library("org.prism_mc.prism:prism-paper-api:4.3-SNAPSHOT") compileOnly("org.prism_mc.prism:prism-paper-api:4.3-SNAPSHOT")
compileOnly("com.github.LeonMangler:SuperVanish:6.2.19") compileOnly("com.github.LeonMangler:SuperVanish:6.2.19")
implementation("org.bstats:bstats-base:3.2.1") implementation("org.bstats:bstats-base:3.2.1")
implementation("org.bstats:bstats-bukkit:3.2.1") implementation("org.bstats:bstats-bukkit:3.2.1")