diff options
author | Luck <git@lucko.me> | 2020-11-07 13:48:42 +0000 |
---|---|---|
committer | Luck <git@lucko.me> | 2020-11-07 13:48:42 +0000 |
commit | 70a468e114316a98f6d7f7e91afa8d50639762c9 (patch) | |
tree | dbf86ccd40170b73c1dc256233d21bcf9783aaa5 /spark-bukkit | |
parent | 91c75536a3085378467a83e0cfb03d49c72e78cf (diff) | |
download | spark-70a468e114316a98f6d7f7e91afa8d50639762c9.tar.gz spark-70a468e114316a98f6d7f7e91afa8d50639762c9.tar.bz2 spark-70a468e114316a98f6d7f7e91afa8d50639762c9.zip |
Update to 1.16.4
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 47ee2f5..fd5c016 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -4,7 +4,7 @@ dependencies { exclude(module: 'text-api') exclude(module: 'text-serializer-gson') } - compileOnly 'com.destroystokyo.paper:paper-api:1.16.2-R0.1-SNAPSHOT' + compileOnly 'com.destroystokyo.paper:paper-api:1.16.4-R0.1-SNAPSHOT' // placeholders compileOnly 'me.clip:placeholderapi:2.10.3' |