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 Dec 16, 2023
1 parent 24d4466 commit 0420c2a
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 @@ -9,15 +9,15 @@ google-autoservice-ksp = "1.1.0"

jetbrains-annotation = "24.1.0"

kotlin-core = "1.9.0"
kotlin-core = "1.9.21"
kotlin-coroutines = "1.7.3"
kotlin-dokka = "1.9.10"
kotlin-ksp = "1.9.0-1.0.13"
kotlin-ksp = "1.9.21-1.0.16"
kotlin-kotlinpoet = "1.15.1"
kotlin-detekt = "1.23.4"
kotlin-ktlint-gradle = "11.6.1"
kotlin-ktlint-source = "0.48.2"
kotlin-collections-immutable = "0.3.5"
kotlin-collections-immutable = "0.3.7"
kotlin-dataclass-nocopy = "1.0.4"

androidx-core-ktx = "1.12.0"
Expand Down

0 comments on commit 0420c2a

Please sign in to comment.