aboutsummaryrefslogtreecommitdiff
path: root/spark-bungeecord
diff options
context:
space:
mode:
Diffstat (limited to 'spark-bungeecord')
-rw-r--r--spark-bungeecord/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index f9abe2a..7ae585d 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -4,7 +4,7 @@ dependencies {
exclude(module: 'text-api')
exclude(module: 'text-serializer-gson')
}
- compileOnly 'net.md-5:bungeecord-api:1.15-SNAPSHOT'
+ compileOnly 'net.md-5:bungeecord-api:1.16-R0.4-SNAPSHOT'
}
processResources {