From e89fb0c304cca7c2682bed904cfe02a373016c98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 09:59:10 +0000 Subject: [PATCH] dependency: Update dependency io.papermc.paper:paper-api to v26 --- multification-paper/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multification-paper/build.gradle.kts b/multification-paper/build.gradle.kts index 39cfa39..eeaab2c 100644 --- a/multification-paper/build.gradle.kts +++ b/multification-paper/build.gradle.kts @@ -12,6 +12,6 @@ java { dependencies { api(project(":multification-core")) - compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT") - testImplementation("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT") + compileOnly("io.papermc.paper:paper-api:26.1.2.build.60-stable") + testImplementation("io.papermc.paper:paper-api:26.1.2.build.60-stable") }