Skip to content

Commit

Permalink
Merge pull request #612 from fobo66/renovate/coroutines
Browse files Browse the repository at this point in the history
Update coroutines to v1.9.0
  • Loading branch information
fobo66 authored Sep 26, 2024
2 parents b5fa422 + 4579e67 commit d0e1b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencyResolutionManagement {

register("libs") {
version("kotlin", "2.0.20")
version("coroutines", "1.8.1")
version("coroutines", "1.9.0")
plugin("ksp", "com.google.devtools.ksp").version("2.0.20-1.0.25")
plugin("detekt", "io.gitlab.arturbosch.detekt").version("1.23.7")
library("coil", "io.coil-kt:coil-compose:2.7.0")
Expand Down

0 comments on commit d0e1b91

Please sign in to comment.