Skip to content

Commit

Permalink
Downgrade Coroutines to 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes authored and ChrisKruegerDev committed May 21, 2023
1 parent 7e575b9 commit 631a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dokka = "1.8.10"
nexus = "1.3.0"
kotlinx-datetime = "0.4.0"
kotlinx-serialization = "1.5.0"
coroutines = "1.7.0"
coroutines = "1.6.4" # pinned due to https://youtrack.jetbrains.com/issue/KTOR-5728/
ktor = "2.3.0"
serialization = "1.5.0"
ktlint = "0.48.2"
Expand Down

0 comments on commit 631a5b7

Please sign in to comment.