aboutsummaryrefslogtreecommitdiff
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
parentc8f45bdbf4f045bcad0a23d7741f8064d70c830d (diff)
downloadspark-44c8ba9402dedbf7bc082c2384aeef680a5c0b7b.tar.gz
spark-44c8ba9402dedbf7bc082c2384aeef680a5c0b7b.tar.bz2
spark-44c8ba9402dedbf7bc082c2384aeef680a5c0b7b.zip
Update adventure
-rw-r--r--spark-bukkit/build.gradle2
-rw-r--r--spark-bungeecord/build.gradle2
-rw-r--r--spark-common/build.gradle6
3 files changed, 5 insertions, 5 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')
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index e9c814e..30eebd9 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -1,6 +1,6 @@
dependencies {
implementation project(':spark-common')
- implementation('me.lucko:adventure-platform-bungeecord:4.7.0') {
+ implementation('me.lucko:adventure-platform-bungeecord:4.8.1') {
exclude(module: 'adventure-api')
exclude(module: 'checker-qual')
exclude(module: 'annotations')
diff --git a/spark-common/build.gradle b/spark-common/build.gradle
index 1926ccc..1243fd8 100644
--- a/spark-common/build.gradle
+++ b/spark-common/build.gradle
@@ -11,15 +11,15 @@ dependencies {
implementation 'com.squareup.okio:okio:1.17.3'
implementation 'net.bytebuddy:byte-buddy-agent:1.11.0'
implementation 'org.tukaani:xz:1.8'
- api('net.kyori:adventure-api:4.7.0') {
+ api('net.kyori:adventure-api:4.8.1') {
exclude(module: 'checker-qual')
exclude(module: 'annotations')
}
- api('net.kyori:adventure-text-serializer-gson:4.7.0') {
+ api('net.kyori:adventure-text-serializer-gson:4.8.1') {
exclude(module: 'adventure-api')
exclude(module: 'gson')
}
- api('net.kyori:adventure-text-serializer-legacy:4.7.0') {
+ api('net.kyori:adventure-text-serializer-legacy:4.8.1') {
exclude(module: 'adventure-api')
}
implementation('net.kyori:adventure-text-feature-pagination:4.0.0-SNAPSHOT') {