From 2ce7d6c433473a88b211843a9612a619125909ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:44:38 +0000 Subject: [PATCH] deps: bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.20.5-R0.1-SNAPSHOT to 1.21-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b8940f0..9bd202b 100644 --- a/build.gradle +++ b/build.gradle @@ -55,11 +55,11 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3' implementation 'io.papermc:paperlib:1.0.8' antlr "org.antlr:antlr4:4.7" // use ANTLR version 4 - testImplementation 'io.papermc.paper:paper-api:1.20.5-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2' }