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 10, 2023
1 parent ffcf23c commit ac5c878
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.0.1"

kotlin-core = "1.9.0"
kotlin-core = "1.9.20"
kotlin-coroutines = "1.7.3"
kotlin-dokka = "1.9.10"
kotlin-ksp = "1.9.0-1.0.13"
kotlin-ksp = "1.9.20-1.0.14"
kotlin-kotlinpoet = "1.14.2"
kotlin-detekt = "1.23.3"
kotlin-ktlint-gradle = "11.6.1"
kotlin-ktlint-source = "0.48.2"
kotlin-collections-immutable = "0.3.5"
kotlin-collections-immutable = "0.3.6"
kotlin-dataclass-nocopy = "1.0.4"

androidx-core-ktx = "1.12.0"
Expand Down

0 comments on commit ac5c878

Please sign in to comment.