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 {
implementation(project(":cloud-core"))
/* Needs to be provided by the platform */
compileOnly("com.mojang", "brigadier", vers["brigadier"])
compileOnly("com.mojang", "brigadier", versions["brigadier"])
}