Skip to content

Commit

Permalink
chore(deps): update dependency org.jetbrains.kotlin.android to v1.9.22 (
Browse files Browse the repository at this point in the history
#1135)

* chore(deps): update dependency org.jetbrains.kotlin.android to v1.9.22

* chore: update the ksp version

* chore: update Compose compiler version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Troy Rijkaard <troy.rijkaard@epsyhealth.com>
  • Loading branch information
renovate[bot] and Chesire authored Jan 23, 2024
1 parent d6ce5d1 commit a743d90
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 @@ -8,10 +8,10 @@ androidx-hilt = "1.1.0"
androidx-navigation = "2.7.6"
androidx-room = "2.6.1"
coil = "2.5.0"
compose-compiler = "1.5.5"
compose-compiler = "1.5.8"
detekt = "1.23.4"
hilt = "2.50"
kotlin = "1.9.20"
kotlin = "1.9.22"
kotlin-coroutines = "1.7.3"
mockk = "1.13.9"
moshi = "1.15.0"
Expand Down Expand Up @@ -96,7 +96,7 @@ android-application = { id = "com.android.application", version.ref = "android-g
android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
google-dagger-hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
google-devtools-ksp = { id = "com.google.devtools.ksp", version = "1.9.20-1.0.14" }
google-devtools-ksp = { id = "com.google.devtools.ksp", version = "1.9.22-1.0.17" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kover = { id = "org.jetbrains.kotlinx.kover", version = "0.6.1" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.6.1" }
Expand Down

0 comments on commit a743d90

Please sign in to comment.