From 864ca6635a6245f3ba03a24fbb0bac2da8b5ed73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 04:22:08 +0000 Subject: [PATCH] Bump spigot-api from 1.16.1-R0.1-SNAPSHOT to 1.18-pre8-R0.1-SNAPSHOT Bumps spigot-api from 1.16.1-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] --- inventoryframework-bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventoryframework-bukkit/build.gradle b/inventoryframework-bukkit/build.gradle index 95eda7c..b82eaca 100644 --- a/inventoryframework-bukkit/build.gradle +++ b/inventoryframework-bukkit/build.gradle @@ -5,5 +5,5 @@ dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.13.0' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0' - implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT' + implementation 'org.spigotmc:spigot-api:1.18-pre8-R0.1-SNAPSHOT' } \ No newline at end of file