Initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
@file:Suppress("SpellCheckingInspection")
|
||||
|
||||
object Libs {
|
||||
|
||||
object Arrow {
|
||||
const val version = "0.11.0"
|
||||
const val core = "io.arrow-kt:arrow-core:$version"
|
||||
const val optics = "io.arrow-kt:arrow-optics:$version"
|
||||
const val fx = "io.arrow-kt:arrow-fx:$version"
|
||||
}
|
||||
|
||||
object EclipseCollection {
|
||||
const val api = "org.eclipse.collections:eclipse-collections-api:10.4.0"
|
||||
const val core = "org.eclipse.collections:eclipse-collections:10.4.0"
|
||||
}
|
||||
|
||||
object Jmh {
|
||||
const val core = "org.openjdk.jmh:jmh-core:1.26"
|
||||
const val processor = "org.openjdk.jmh:jmh-generator-annprocess:1.26"
|
||||
}
|
||||
|
||||
object Tests {
|
||||
const val assertJ = "org.assertj:assertj-core:3.18.1"
|
||||
const val junit = "org.junit.jupiter:junit-jupiter:5.7.0"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user