07b4d61d3f
By switching to using the jvm only (hopefully by 1.6 in common) coroutine test lib we can swap to using a fake dispatcher instead of defining threads which should resolve any odd timing issues.
11 lines
317 B
Kotlin
11 lines
317 B
Kotlin
object Versions {
|
|
const val dokka = "0.10.1"
|
|
const val kotlin = "1.5.10"
|
|
const val kotlinBenchmark = "0.2.0-dev-20"
|
|
const val kotlinCoroutines = "1.5.0"
|
|
const val kotlinCoroutinesTest = "1.5.0"
|
|
const val ktor = "1.5.4"
|
|
const val logback = "1.2.3"
|
|
const val versionsPlugin = "0.38.0"
|
|
}
|