From 18fe276b9a7d12ff0b45c4dcbdf4d2a4af939ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 03:50:05 +0000 Subject: [PATCH] Bump org.spigotmc:spigot-api Bumps org.spigotmc:spigot-api from 1.20.3-R0.1-SNAPSHOT to 1.20.4-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ac9dbec..9dd3edd 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories { dependencies { // Latest Spigot 1.20.4 API doesn't support Java 8 - compileOnly 'org.spigotmc:spigot-api:1.20.3-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT' // TODO: change this to a tag that works compileOnly 'com.github.UltraCosmetics:UltraCosmetics:master-SNAPSHOT' implementation 'org.bstats:bstats-bukkit:3.0.2'