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

@@ -1,3 +1,5 @@
import com.dfsek.terra.Versions
dependencies {
shadedApi(project(":common:api"))
shadedApi(project(":common:implementation:bootstrap-addon-loader"))
@@ -6,7 +8,7 @@ dependencies {
shadedApi("commons-io:commons-io:2.6")
shadedImplementation("org.apache.commons:commons-text:1.9")
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
shadedImplementation("com.dfsek.tectonic:yaml:${Versions.Libraries.tectonic}")
shadedImplementation("org.yaml:snakeyaml:1.27")
shadedImplementation("org.ow2.asm:asm:9.2")