diff --git a/build.gradle.kts b/build.gradle.kts index 0fe4115..c6cdae1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ repositories { } dependencies { - compileOnly("io.papermc.paper:paper-api:1.21.11-pre5-R0.1-SNAPSHOT") + compileOnly("io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT") implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") { exclude(group = "org.yaml", module = "snakeyaml") }