Skip to content

Commit

Permalink
fix(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-self-hosted-apter[bot] committed Jul 23, 2024
1 parent 01b7b69 commit c1e2a7c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ javaTargetCompatibility = "17"
javaSourceCompatibility = "11"

agp = "8.4.1"
kotlin = "1.9.23"
kotlinCoroutines = "1.8.0"
kotlinDate = "0.5.0"
ksp = "1.9.23-1.0.20"
kotlin = "1.9.25"
kotlinCoroutines = "1.8.1"
kotlinDate = "0.6.0"
ksp = "1.9.25-1.0.20"

appCompat = "1.7.0"
lifecycleViewModel = "2.8.1"
sqldelight = "1.5.5"
detekt = "1.23.6"
kover = "0.7.6"
kover = "0.8.3"
mockmp = "1.17.0"
mokoResources = "0.23.0"
mokoGraphics = "0.9.0"

compose = "1.6.7"
composeActivity = "1.9.0"
composeCompiler = "1.5.12"
composeCompiler = "1.5.14"
composeUITooling = "1.6.7"
composeCoil = "2.6.0"
composeNavigation = "2.7.7"
Expand Down

0 comments on commit c1e2a7c

Please sign in to comment.