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') {