From 3c75361e38f0f3f604299e2e2a481749476db3a8 Mon Sep 17 00:00:00 2001 From: allenclan23 Date: Wed, 28 Oct 2020 11:38:32 -0400 Subject: [PATCH] :sparkles: Bump Velocity to latest --- examples/example-velocity/build.gradle | 4 ++-- scripts/dependencies.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/example-velocity/build.gradle b/examples/example-velocity/build.gradle index fbc9b352..b03546c3 100644 --- a/examples/example-velocity/build.gradle +++ b/examples/example-velocity/build.gradle @@ -12,6 +12,6 @@ dependencies { api project(':cloud-velocity') api project(':cloud-minecraft-extras') api project(':cloud-annotations') - compileOnly('com.velocitypowered:velocity-api:1.1.0-SNAPSHOT') - annotationProcessor('com.velocitypowered:velocity-api:1.1.0-SNAPSHOT') + compileOnly('com.velocitypowered:velocity-api:1.1.0') + annotationProcessor('com.velocitypowered:velocity-api:1.1.0') } diff --git a/scripts/dependencies.gradle b/scripts/dependencies.gradle index 3c3bd6e9..ff222537 100644 --- a/scripts/dependencies.gradle +++ b/scripts/dependencies.gradle @@ -14,7 +14,7 @@ ext { 'cloudburst' : '1.0.0-SNAPSHOT', 'adventure-api' : '4.1.1', 'paper-api' : '1.15.2-R0.1-SNAPSHOT', - 'velocity-api' : '1.1.0-SNAPSHOT', + 'velocity-api' : '1.1.0', 'jb-annotations': '20.1.0', 'guava' : '30.0-jre', // IRC DEPENDENCIES