diff options
author | Luck <git@lucko.me> | 2021-05-16 11:59:48 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2021-05-16 11:59:48 +0100 |
commit | dd64274ca04b457241ce69eaac7c4a01472747e7 (patch) | |
tree | 1f80efba2c9563bc91dc27806109eeb8f51845e7 /spark-velocity/build.gradle | |
parent | f17661af47cd36d4df5339edf0dd5349123bfe53 (diff) | |
download | spark-dd64274ca04b457241ce69eaac7c4a01472747e7.tar.gz spark-dd64274ca04b457241ce69eaac7c4a01472747e7.tar.bz2 spark-dd64274ca04b457241ce69eaac7c4a01472747e7.zip |
Velocity 2.0.0
Diffstat (limited to 'spark-velocity/build.gradle')
-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 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 { |