pull CLI versions to Versions.kt

This commit is contained in:
dfsek
2022-06-17 00:00:46 -07:00
parent 5df016e43e
commit ab78bea9aa
2 changed files with 9 additions and 3 deletions
+6
View File
@@ -40,4 +40,10 @@ object Versions {
const val mixin = "0.8.2"
const val minecraft = "1.17.1"
}
object CLI {
const val nbt = "6.1"
const val logback = "1.2.9"
const val commonsIO = "2.7"
}
}