From 1865346ae0d9575792307ef7176156fb55cfee5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:15:34 +0000 Subject: [PATCH] Bump io.papermc.paper:paper-api (#44) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f5b928a..4071311 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ repositories { } dependencies { - compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT") + compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT") implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.2") { exclude(group = "org.yaml", module = "snakeyaml") }