Skip to content

Commit

Permalink
Merge branch 'refs/heads/dependabot/gradle/kotlin-2.0.20' into depend…
Browse files Browse the repository at this point in the history
…encies-update-10-sep-2024
  • Loading branch information
ninovanhooff committed Sep 10, 2024
2 parents b53f705 + bf183a8 commit 90b33da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ kotlinxCoroutinesTest = "1.8.1"
junit = "4.13.2"
mockkAndroid = "1.13.9"
jvmTarget = "21"
kotlin = "2.0.10"
ksp = "2.0.10-1.0.24"
kotlin = "2.0.20"
# should match kotlin https://github.com/google/ksp/releases
ksp = "2.0.20-1.0.25"
gradlePlugin = "8.5.2"
googleServices = "4.4.2"
crashlyticsPlugin = "3.0.2"
Expand Down

0 comments on commit 90b33da

Please sign in to comment.