kotlin-result/buildSrc/src/main/kotlin/Versions.kt
Tristan 07b4d61d3f resolve flaky jvm multi threaded coroutine tests
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.
2021-08-13 22:57:27 +01:00

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"
}