Skip to content

Commit

Permalink
Update coroutines to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent e5990f3 commit 4579e67
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.6")
library("coil", "io.coil-kt:coil-compose:2.7.0")
Expand Down

0 comments on commit 4579e67

Please sign in to comment.