Skip to content

Commit

Permalink
Update kotlin (#252)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent b87fc40 commit 42e0d03
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 @@ -8,9 +8,9 @@ gradleDoctor = "0.9.1"
gradleDependencyAnalysis = "1.30.0"

# kotlin
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
kotlinxCoroutines = "1.7.3"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
kotlinxCoroutines = "1.8.0"

# jetpack
androidxCore = "1.12.0"
Expand Down Expand Up @@ -44,7 +44,7 @@ detektCore = "1.23.5"
detektCompose = "0.0.26"

# test
kotlinxKover = "0.7.5"
kotlinxKover = "0.7.6"
androidxArchCore = "2.2.0"
androidxTestCore = "1.5.0"
androidxTestRules = "1.5.0"
Expand Down

0 comments on commit 42e0d03

Please sign in to comment.