Skip to content

Commit

Permalink
chore(deps): update kotlin-related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent cc58a91 commit 75b2a98
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
@@ -1,6 +1,6 @@
[versions]
agp = "8.5.1"
kotlin = "2.0.0"
kotlin = "2.0.10"
androidx-activity = "1.9.1"
square-kotlinpoet = "1.14.2"
google-hilt = "2.49"
Expand All @@ -24,7 +24,7 @@ androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.12.00-alpha04"
androidx-compose-compiler = "androidx.compose.compiler:compiler:1.5.14"
androidx-compose-material = { module = "androidx.compose.material:material" }
### Google
google-ksp = "com.google.devtools.ksp:symbol-processing-api:2.0.0-1.0.24"
google-ksp = "com.google.devtools.ksp:symbol-processing-api:2.0.10-1.0.24"
### Square
square-kotlinpoet = "com.squareup:kotlinpoet-ksp:1.18.1"
### Build system
Expand All @@ -50,5 +50,5 @@ android-test = { id = "com.android.test", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
google-ksp = "com.google.devtools.ksp:2.0.0-1.0.24"
google-ksp = "com.google.devtools.ksp:2.0.10-1.0.24"
maven-publish = "com.vanniktech.maven.publish:0.29.0"

0 comments on commit 75b2a98

Please sign in to comment.