aboutsummaryrefslogtreecommitdiffstats
path: root/bukkit
diff options
context:
space:
mode:
Diffstat (limited to 'bukkit')
-rw-r--r--bukkit/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/build.gradle b/bukkit/build.gradle
index 33ef7e84..1c46bb23 100644
--- a/bukkit/build.gradle
+++ b/bukkit/build.gradle
@@ -48,7 +48,7 @@ repositories {
dependencies {
compileOnly project(':common')
// Spigot
- compileOnly ('org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT') {
+ compileOnly ('org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT') {
exclude group: 'net.md-5', module: 'bungeecord-chat'
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'org.yaml', module: 'snakeyaml'