From 2f25dc45652c2484b4268772992901f4e8dd2cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 13:22:07 +0000 Subject: [PATCH] Bump org.spigotmc:spigot-api Bumps org.spigotmc:spigot-api from 1.20.6-R0.1-SNAPSHOT to 1.21-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 701b148..aa9699f 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { // https://github.com/KyoriPowered/adventure library 'net.kyori:adventure-platform-bukkit:4.3.3' // https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/browse - compileOnly 'org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT' // https://github.com/UltraCosmetics/UltraCosmetics compileOnly 'com.github.UltraCosmetics:UltraCosmetics:3.6.0.1-RELEASE' // https://github.com/Bastian/bstats-metrics