Skip to content

Commit

Permalink
Merge pull request #773 from arkivanov/update-kotlin-and-coroutines
Browse files Browse the repository at this point in the history
Updated Kotlin to 1.9.22 and coroutines to 1.8.0
  • Loading branch information
CherryPerry committed Feb 17, 2024
2 parents 665a296 + 57b416d commit a7a0ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.21"
kotlinx-coroutines = "1.8.0-RC2"
kotlin = "1.9.22"
kotlinx-coroutines = "1.8.0"
detekt = "1.22.0"

[libraries]
Expand Down

0 comments on commit a7a0ccd

Please sign in to comment.