diff options
author | Luck <git@lucko.me> | 2022-12-23 20:25:07 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2022-12-23 20:25:07 +0000 |
commit | d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1 (patch) | |
tree | 1be71bc144c68055f5db955da609a94dc82d4297 /spark-bukkit | |
parent | aa2d1e4c0de3508bca3070fcdf3a0a05497cedcb (diff) | |
download | spark-d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1.tar.gz spark-d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1.tar.bz2 spark-d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1.zip |
Bump adventure version
Diffstat (limited to 'spark-bukkit')
-rw-r--r-- | spark-bukkit/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index 917fb55..92b65cc 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.1.1' + implementation 'net.kyori:adventure-platform-bukkit:4.2.0' compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT' // placeholders |