aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2024-06-02 22:07:23 +0100
committerLuck <git@lucko.me>2024-06-02 22:07:23 +0100
commit3ac58fd0dd69418725412e830c63cf70f1422bb4 (patch)
tree8f33679b3939a3b41b50de54a9d425cb44f98306
parent8b6c26636b19464e43f99ab17b6059de7ad436a5 (diff)
downloadspark-3ac58fd0dd69418725412e830c63cf70f1422bb4.tar.gz
spark-3ac58fd0dd69418725412e830c63cf70f1422bb4.tar.bz2
spark-3ac58fd0dd69418725412e830c63cf70f1422bb4.zip
Bump adventure-platform to 4.3.3
-rw-r--r--spark-bukkit/build.gradle2
-rw-r--r--spark-bungeecord/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle
index eccfb40..de30294 100644
--- a/spark-bukkit/build.gradle
+++ b/spark-bukkit/build.gradle
@@ -4,7 +4,7 @@ plugins {
dependencies {
implementation project(':spark-common')
- implementation 'net.kyori:adventure-platform-bukkit:4.3.1'
+ implementation 'net.kyori:adventure-platform-bukkit:4.3.3'
compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT'
// placeholders
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle
index 4af5f52..1a279eb 100644
--- a/spark-bungeecord/build.gradle
+++ b/spark-bungeecord/build.gradle
@@ -4,7 +4,7 @@ plugins {
dependencies {
implementation project(':spark-common')
- implementation 'net.kyori:adventure-platform-bungeecord:4.3.1'
+ implementation 'net.kyori:adventure-platform-bungeecord:4.3.3'
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
}