Skip to content

Commit

Permalink
Update kotlinx-coroutines monorepo to v1.10.0 (#967)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 45021f4 commit e29f698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.1.0"
coroutines = "1.9.0"
coroutines = "1.10.0"

java-target= "11"
java-toolchain = "22"
Expand Down
2 changes: 1 addition & 1 deletion sample/simple/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ androidx-compose-material = "1.3.1"
androidx-core = "1.15.0"
androidx-lifecycle = "2.8.7"
anvil = "0.4.0"
coroutines = "1.9.0"
coroutines = "1.10.0"
dagger = "2.53.1"
dependency-analysis-gradle = "2.6.1"
fgp = "0.20.0"
Expand Down

0 comments on commit e29f698

Please sign in to comment.