aboutsummaryrefslogtreecommitdiff
path: root/spark-velocity
diff options
context:
space:
mode:
Diffstat (limited to 'spark-velocity')
-rw-r--r--spark-velocity/build.gradle4
1 files changed, 2 insertions, 2 deletions
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 {