use version catalog

This commit is contained in:
kento2 2026-07-08 15:20:34 +02:00
parent a8807c9d7e
commit f1b67ed17f
5 changed files with 37 additions and 38 deletions

View file

@ -7,7 +7,7 @@ plugins {
dependencies {
api(project(":kencommandapi-core"))
compileOnly("io.papermc.paper:paper-api:1.21.11-rc3-R0.1-SNAPSHOT")
compileOnly(libs.papermc.api)
}
publishing {