diff options
-rw-r--r-- | spark-bukkit/build.gradle | 2 | ||||
-rw-r--r-- | spark-bungeecord/build.gradle | 2 |
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' } |