Skip to content

Commit

Permalink
fix(deps): update kotlin (#774)
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 22, 2024
1 parent c6a573c commit a51d375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.21"
coroutines = "1.9.0"
kotlin = "2.1.0"
coroutines = "1.10.1"
serialization = "1.7.3"
datetime = "0.6.1"
ktor = "3.0.0"
coil = "2.7.0"
okhttp = "5.0.0-alpha.14"
ksp = "2.0.21-1.0.25"
ksp = "2.1.0-1.0.29"
hilt = "2.54"

androidGradlePlugin = "8.7.3"
Expand Down

0 comments on commit a51d375

Please sign in to comment.