Skip to content

Commit

Permalink
Upgrade Kotlin Coroutines to version 1.8.1 (#5319)
Browse files Browse the repository at this point in the history
  • Loading branch information
JcMinarro authored Jul 10, 2024
1 parent 9c2f085 commit da98076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Versions {
internal const val COMPOSE_ACCOMPANIST = "0.32.0"
internal const val COMPOSE_STABLE_MARKER = "1.0.2"
internal const val CONSTRAINT_LAYOUT = "2.1.4"
internal const val COROUTINES = "1.7.3"
internal const val COROUTINES = "1.8.1"
internal const val DETEKT_PLUGIN = "1.23.1"
internal const val DOKKA = "1.9.0"
internal const val DOKKASAURUS = "0.1.10"
Expand Down

0 comments on commit da98076

Please sign in to comment.