mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +00:00
pull CLI versions to Versions.kt
This commit is contained in:
@@ -3,13 +3,13 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
shadedApi("commons-io:commons-io:2.7")
|
||||
shadedApi("com.github.Querz:NBT:6.1")
|
||||
shadedApi("commons-io:commons-io:${Versions.CLI.commonsIO}")
|
||||
shadedApi("com.github.Querz:NBT:${Versions.CLI.nbt}")
|
||||
shadedApi(project(":common:implementation:base"))
|
||||
|
||||
shadedImplementation("com.google.guava:guava:31.0.1-jre")
|
||||
|
||||
shadedImplementation("ch.qos.logback:logback-classic:1.2.9")
|
||||
shadedImplementation("ch.qos.logback:logback-classic:${Versions.CLI.logback}")
|
||||
|
||||
implementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user