mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 14:50:56 +00:00
add vavr dependency
This commit is contained in:
@@ -9,6 +9,9 @@ object Versions {
|
|||||||
const val slf4j = "1.7.36"
|
const val slf4j = "1.7.36"
|
||||||
const val log4j_slf4j_impl = "2.14.1"
|
const val log4j_slf4j_impl = "2.14.1"
|
||||||
|
|
||||||
|
const val caffeine = "3.1.0"
|
||||||
|
const val vavr = "0.10.4"
|
||||||
|
|
||||||
object Internal {
|
object Internal {
|
||||||
const val apacheText = "1.9"
|
const val apacheText = "1.9"
|
||||||
const val jafama = "2.3.2"
|
const val jafama = "2.3.2"
|
||||||
|
|||||||
@@ -6,6 +6,9 @@ dependencies {
|
|||||||
|
|
||||||
api("com.dfsek.tectonic", "common", Versions.Libraries.tectonic)
|
api("com.dfsek.tectonic", "common", Versions.Libraries.tectonic)
|
||||||
|
|
||||||
api("com.github.ben-manes.caffeine:caffeine:3.1.0")
|
api("com.github.ben-manes.caffeine", "caffeine", Versions.Libraries.caffeine)
|
||||||
|
|
||||||
|
api("io.vavr", "vavr", Versions.Libraries.vavr)
|
||||||
|
|
||||||
implementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
implementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user