begin pulling versions into buildSrc/Versions

This commit is contained in:
dfsek
2021-12-19 14:56:52 -07:00
parent fb1ebd0e11
commit 626c65fc3e
8 changed files with 49 additions and 17 deletions

View File

@@ -0,0 +1,23 @@
package com.dfsek.terra
object Versions {
object Libraries {
const val tectonic = "3.1.0"
const val cloud = "1.6.1"
const val slf4j = "1.7.32"
const val log4j_slf4j_impl = "2.14.1"
}
object Fabric {
const val fabricAPI = "0.44.0+1.18"
const val minecraft = "1.18.1"
const val yarn = "$minecraft+build.7"
}
object Bukkit {
const val paper = "1.18-R0.1-SNAPSHOT"
const val paperLib = "1.0.5"
}
}