Skip to content

Commit

Permalink
Merge pull request #384 from kennethshackleton/kotlin-coroutines-1.6.4
Browse files Browse the repository at this point in the history
Kotlin Coroutines 1.6.4.
  • Loading branch information
kennethshackleton authored Sep 9, 2022
2 parents ac3a684 + ccc4915 commit 371d800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ enum class Versions(
JUNIT5("5.7.2", URL("https://junit.org/junit5/")),
JUNIT5_PLATFORM("1.7.2", URL("https://junit.org/junit5/")),
KOTLIN("1.7.10", URL("https://github.com/JetBrains/kotlin")),
KOTLIN_COROUTINES("1.6.2", URL("https://github.com/Kotlin/kotlinx.coroutines")),
KOTLIN_COROUTINES("1.6.4", URL("https://github.com/Kotlin/kotlinx.coroutines")),
KOTLIN_TEST(KOTLIN.version, URL("https://github.com/JetBrains/kotlin")),
KOTLINX_KOVER("0.5.0", URL("https://github.com/Kotlin/kotlinx-kover")),
KTLINT("0.45.2", URL("https://github.com/pinterest/ktlint")),
Expand Down

0 comments on commit 371d800

Please sign in to comment.