From a78732b6d2461679ee3a71943b9d07572b8adf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 14:16:44 +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 fe00ec8..82ce74a 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ repositories { dependencies { library 'com.google.code.gson:gson:2.11.0' library "net.kyori:adventure-platform-bukkit:4.3.3" - compileOnly 'org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT' compileOnly 'com.github.UltraCosmetics:UltraCosmetics:3.6.0.1-RELEASE' implementation 'org.bstats:bstats-bukkit:3.0.2' }