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-nukkit | |
parent | aa2d1e4c0de3508bca3070fcdf3a0a05497cedcb (diff) | |
download | spark-d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1.tar.gz spark-d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1.tar.bz2 spark-d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1.zip |
Bump adventure version
Diffstat (limited to 'spark-nukkit')
-rw-r--r-- | spark-nukkit/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spark-nukkit/build.gradle b/spark-nukkit/build.gradle index b15009a..9efb653 100644 --- a/spark-nukkit/build.gradle +++ b/spark-nukkit/build.gradle @@ -4,7 +4,7 @@ plugins { dependencies { implementation project(':spark-common') - implementation 'net.kyori:adventure-text-serializer-legacy:4.4.0' + implementation 'net.kyori:adventure-text-serializer-legacy:4.12.0' compileOnly 'cn.nukkit:nukkit:1.0-SNAPSHOT' } |