From 8d7890b7c7060b4b83575d7783e93dfdfbed774e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:57:57 +0000 Subject: [PATCH] Bump org.spigotmc:spigot-api Bumps org.spigotmc:spigot-api from 1.20-R0.1-SNAPSHOT to 1.20.4-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d5b56dd..d2baeeb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { } dependencies { - compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT") // The Spigot API with no shadowing. Requires the OSS repo. + compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT") // The Spigot API with no shadowing. Requires the OSS repo. } tasks {