Rename vers to versions

This commit is contained in:
jmp 2020-12-31 21:50:02 -08:00 committed by Alexander Söderberg
parent 40e85caf1b
commit f1e467038c
15 changed files with 27 additions and 30 deletions

View file

@ -1,5 +1,5 @@
dependencies {
api(project(":cloud-core"))
api(project(":cloud-brigadier"))
compileOnly("com.velocitypowered", "velocity-api", vers["velocity-api"])
compileOnly("com.velocitypowered", "velocity-api", versions["velocity-api"])
}