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 Feb 17, 2024
1 parent 5dbd5b7 commit 543117e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugin-code-ktlint-source = "0.45.2"
plugin-code-detekt = "1.22.0"

# plugin - kotlin
plugin-kotlin-ksp = "1.8.10-1.0.9"
plugin-kotlin-ksp = "1.9.22-1.0.17"

# plugin - compose
plugin-compose-paparazzi = "1.2.0"
Expand All @@ -28,11 +28,11 @@ plugin-util-secrets = "2.0.1"
plugin-local-master = "master"

# kotlin
kotlin-core = "1.8.10"
kotlin-core = "1.9.22"
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.6"
kotlin-coroutines = "1.8.0"
kotlin-collections-immutable = "0.3.7"

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

0 comments on commit 543117e

Please sign in to comment.