From 70a468e114316a98f6d7f7e91afa8d50639762c9 Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 7 Nov 2020 13:48:42 +0000 Subject: Update to 1.16.4 --- spark-velocity/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spark-velocity') diff --git a/spark-velocity/build.gradle b/spark-velocity/build.gradle index 1cc67fd..f14bc15 100644 --- a/spark-velocity/build.gradle +++ b/spark-velocity/build.gradle @@ -5,8 +5,8 @@ plugins { dependencies { compile project(':spark-common') - compileOnly 'com.velocitypowered:velocity-api:1.0.9' - annotationProcessor 'com.velocitypowered:velocity-api:1.0.9' + compileOnly 'com.velocitypowered:velocity-api:1.1.0' + annotationProcessor 'com.velocitypowered:velocity-api:1.1.0' } blossom { -- cgit