From a36b6032107cd85066e1e941a893c3165d6ba5e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 05:49:05 +0000 Subject: [PATCH] Bump spigot-api from 1.14.4-R0.1-SNAPSHOT to 1.17-R0.1-SNAPSHOT Bumps spigot-api from 1.14.4-R0.1-SNAPSHOT to 1.17-R0.1-SNAPSHOT. Signed-off-by: dependabot-preview[bot] --- spigot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spigot/build.gradle b/spigot/build.gradle index bd5c2fc..b6c1e1c 100644 --- a/spigot/build.gradle +++ b/spigot/build.gradle @@ -26,7 +26,7 @@ dependencies { api'fr.minuskube.inv:smart-invs:1.2.7' api ("me.lucko:helper:5.6.5") - compileOnly 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT' // The Spigot API with no shadowing. Requires the OSS repo. + compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' // The Spigot API with no shadowing. Requires the OSS repo. compileOnly "com.github.MilkBowl:VaultAPI:1.7" // compileOnly ('com.github.Fernthedev:VaultAPI:7.0') {