diff options
author | Luck <git@lucko.me> | 2021-07-09 14:23:21 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-07-09 14:23:21 +0100 |
commit | c31c7033318509e53c790f6cd6618cb94dca3af7 (patch) | |
tree | ad54f66090b1f6bea874b03bde0ca82e343a4c72 | |
parent | 3c12a31ead109c11af7290d13e87651cff796b6c (diff) | |
download | spark-c31c7033318509e53c790f6cd6618cb94dca3af7.tar.gz spark-c31c7033318509e53c790f6cd6618cb94dca3af7.tar.bz2 spark-c31c7033318509e53c790f6cd6618cb94dca3af7.zip |
Bump mainline Velocity version to 3.0.0
-rw-r--r-- | spark-velocity/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spark-velocity/build.gradle b/spark-velocity/build.gradle index a20cce4..8a345f9 100644 --- a/spark-velocity/build.gradle +++ b/spark-velocity/build.gradle @@ -5,8 +5,8 @@ plugins { dependencies { implementation project(':spark-common') - compileOnly 'com.velocitypowered:velocity-api:1.1.5' - annotationProcessor 'com.velocitypowered:velocity-api:1.1.5' + compileOnly 'com.velocitypowered:velocity-api:3.0.0' + annotationProcessor 'com.velocitypowered:velocity-api:3.0.0' } repositories { |