Skip to content

Commit

Permalink
Update Kotlin and KSP to v2.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent f1b9c6e commit 5c67c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 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 @@ -23,7 +23,7 @@ ksp = "2.1.0-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 5c67c8f

Please sign in to comment.