Skip to content

Commit

Permalink
Update Kotlin and KSP (#985)
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 Feb 3, 2025
1 parent 783045f commit c2199ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.1.0"
kotlin = "2.1.10"
coroutines = "1.10.1"

java-target= "11"
Expand All @@ -24,7 +24,7 @@ uri = "0.0.19"

inject = "1"
anvil = "0.4.1"
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.29"
kotlinpoet = "2.0.0"
auto-service = "1.1.1"
auto-service-ksp = "1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions sample/simple/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dagger = "2.55"
dependency-analysis-gradle = "2.8.0"
fgp = "0.20.0"
khonshu = "0.29.1"
ksp = "2.1.0-1.0.29"
ksp = "2.1.10-1.0.29"
inject = "1"
java-target = "11"
java-toolchain = "21"
kotlin = "2.1.0"
kotlin = "2.1.10"
timber = "5.0.1"

[libraries]
Expand Down

0 comments on commit c2199ff

Please sign in to comment.