chore(deps): Update Velocity to 3.1.0

This commit is contained in:
JOO200 2021-12-12 21:41:11 +01:00 committed by Sekwah
parent 2207324598
commit d16ccb7717
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ dependencies {
implementation "org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT"
implementation "net.md-5:bungeecord-api:1.16-R0.4"
implementation "com.velocitypowered:velocity-api:1.1.9"
annotationProcessor "com.velocitypowered:velocity-api:1.1.9"
implementation "com.velocitypowered:velocity-api:3.1.0"
annotationProcessor "com.velocitypowered:velocity-api:3.1.0"
implementation "io.netty:netty-all:4.1.71.Final"
compileOnly 'com.destroystokyo.paper:paper-api:1.16.5-R0.1-SNAPSHOT'