From 2d0944266ab57972c7600069641b0a0a723007e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 05:11:33 +0000 Subject: [PATCH] Bump spigot-api from 1.15-R0.1-SNAPSHOT to 1.18-pre8-R0.1-SNAPSHOT Bumps spigot-api from 1.15-R0.1-SNAPSHOT to 1.18-pre8-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 f7333c0..1544891 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ repositories { dependencies { compileOnly 'org.projectlombok:lombok:1.18.14' annotationProcessor 'org.projectlombok:lombok:1.18.14' - compileOnly 'org.spigotmc:spigot-api:1.15-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.18-pre8-R0.1-SNAPSHOT' compileOnly 'com.discordsrv:discordsrv:1.22.0' implementation 'com.google.code.gson:gson:2.8.6'