diff options
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 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 { |