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 May 12, 2023
1 parent 64e8890 commit 5f27904
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
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.8.21-1.0.11"

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

# kotlin
kotlin-core = "1.8.10"
kotlin-core = "1.8.21"
kotlin-dokka = "1.8.10"
kotlin-kover = "0.6.1"
kotlin-coroutines = "1.6.4"
kotlin-coroutines = "1.7.0"
kotlin-collections-immutable = "0.3.5"

# apache
Expand Down

0 comments on commit 5f27904

Please sign in to comment.