Skip to content

Commit

Permalink
Update Kotlin and KSP (#934)
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 Nov 11, 2024
1 parent 77923a8 commit 95175d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ uri = "0.0.18"

inject = "1"
anvil = "0.4.0"
ksp = "2.0.21-1.0.26"
ksp = "2.0.21-1.0.27"
kotlinpoet = "2.0.0"
auto-service = "1.1.1"
auto-service-ksp = "1.2.0"

junit = "4.13.2"
truth = "1.4.4"
turbine = "1.2.0"
kotlin-compile-testing = "0.5.1"
kotlin-compile-testing = "0.6.0"

fgp = "0.16.0"
publish = "0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion sample/simple/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dagger = "2.52"
dependency-analysis-gradle = "2.4.2"
fgp = "0.16.0"
khonshu = "0.29.0"
ksp = "2.0.21-1.0.26"
ksp = "2.0.21-1.0.27"
inject = "1"
java-target = "11"
java-toolchain = "21"
Expand Down

0 comments on commit 95175d6

Please sign in to comment.