From edce348ac2dbc4e1f8d033633e06ca4f039f4fa0 Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 8 Sep 2020 22:06:43 +0100 Subject: Update to latest platform versions --- 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 02286c7..1cc67fd 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.4' - annotationProcessor 'com.velocitypowered:velocity-api:1.0.4' + compileOnly 'com.velocitypowered:velocity-api:1.0.9' + annotationProcessor 'com.velocitypowered:velocity-api:1.0.9' } blossom { -- cgit