From dd64274ca04b457241ce69eaac7c4a01472747e7 Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 16 May 2021 11:59:48 +0100 Subject: Velocity 2.0.0 --- 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 22533af..28e2724 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.1.0' - annotationProcessor 'com.velocitypowered:velocity-api:1.1.0' + compileOnly 'com.velocitypowered:velocity-api:1.1.5' + annotationProcessor 'com.velocitypowered:velocity-api:1.1.5' } repositories { -- cgit