From f8398d61af0bbfc63c36f706010b0dfea54a8b6b Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 25 Aug 2019 22:04:03 +0100 Subject: Update spark-forge to 1.14.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 a1586d7..03fe260 100644 --- a/spark-velocity/build.gradle +++ b/spark-velocity/build.gradle @@ -4,8 +4,8 @@ plugins { dependencies { compile project(':spark-common') - compileOnly 'com.velocitypowered:velocity-api:1.0.2' - annotationProcessor 'com.velocitypowered:velocity-api:1.0.2' + compileOnly 'com.velocitypowered:velocity-api:1.0.3' + annotationProcessor 'com.velocitypowered:velocity-api:1.0.3' } blossom { -- cgit