aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2021-08-06 14:42:36 +0100
committerLuck <git@lucko.me>2021-08-06 14:42:36 +0100
commit44c8ba9402dedbf7bc082c2384aeef680a5c0b7b (patch)
treeea833eea4c7d10858d7ee7c7e1b28d053054ddd2 /spark-bukkit
parentc8f45bdbf4f045bcad0a23d7741f8064d70c830d (diff)
downloadspark-44c8ba9402dedbf7bc082c2384aeef680a5c0b7b.tar.gz
spark-44c8ba9402dedbf7bc082c2384aeef680a5c0b7b.tar.bz2
spark-44c8ba9402dedbf7bc082c2384aeef680a5c0b7b.zip
Update adventure
Diffstat (limited to 'spark-bukkit')
-rw-r--r--spark-bukkit/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index df70d84..bd6b375 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -1,6 +1,6 @@
dependencies {
implementation project(':spark-common')
- implementation('me.lucko:adventure-platform-bukkit:4.7.0') {
+ implementation('me.lucko:adventure-platform-bukkit:4.8.1') {
exclude(module: 'adventure-api')
exclude(module: 'checker-qual')
exclude(module: 'annotations')