diff options
author | Luck <git@lucko.me> | 2020-09-08 22:06:43 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2020-09-08 22:06:43 +0100 |
commit | edce348ac2dbc4e1f8d033633e06ca4f039f4fa0 (patch) | |
tree | b507bcc8639265ac9a7957b3c637883d765a1c04 /spark-bukkit | |
parent | b796134dcd9459945a967684cb4d851a13e6d88e (diff) | |
download | spark-edce348ac2dbc4e1f8d033633e06ca4f039f4fa0.tar.gz spark-edce348ac2dbc4e1f8d033633e06ca4f039f4fa0.tar.bz2 spark-edce348ac2dbc4e1f8d033633e06ca4f039f4fa0.zip |
Update to latest platform versions
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 ca61d4c..47ee2f5 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.15.2-R0.1-SNAPSHOT' + compileOnly 'com.destroystokyo.paper:paper-api:1.16.2-R0.1-SNAPSHOT' // placeholders compileOnly 'me.clip:placeholderapi:2.10.3' |