Skip to content

Commit

Permalink
fix(deps): update kotlin, ksp and compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 28, 2023
1 parent 5dbd5b7 commit 509d324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ plugin-util-secrets = "2.0.1"
plugin-local-master = "master"

# kotlin
kotlin-core = "1.8.10"
kotlin-core = "1.9.21"
kotlin-dokka = "1.8.10"
kotlin-kover = "0.6.1"
kotlin-coroutines = "1.6.4"
kotlin-collections-immutable = "0.3.5"
kotlin-kover = "0.7.5"
kotlin-coroutines = "1.7.3"
kotlin-collections-immutable = "0.3.6"

# apache
apache-commons-io = "2.11.0"
Expand Down

0 comments on commit 509d324

Please sign in to comment.