Skip to content

Commit

Permalink
Update Kotlin, KSP and Compose (#3648)
Browse files Browse the repository at this point in the history
* Update Kotlin, KSP and Compose

* Update dependency com.jeppeman.mockposable:mockposable-gradle to v0.10

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Frett <[email protected]>
  • Loading branch information
renovate[bot] and frett authored Aug 30, 2024
1 parent 1afdf7f commit c39a9b3
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
Expand Up @@ -21,10 +21,10 @@ firebase-perf = "21.0.1"
godtoolsShared = "1.0.1"
google-auto-value = "1.11.0"
gtoSupport = "4.2.1"
kotlin = "2.0.10"
kotlin = "2.0.20"
kotlinCoroutines = "1.8.1"
kotlinKover = "0.7.6"
ksp = "2.0.10-1.0.24"
ksp = "2.0.20-1.0.24"
ktlint = "1.3.1"
ktlintGradle = "12.1.1"
lottie = "6.5.1"
Expand Down Expand Up @@ -182,7 +182,7 @@ lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" }
lottie-compose = { module = "com.airbnb.android:lottie-compose", version.ref = "lottie" }
materialComponents = "com.google.android.material:material:1.12.0"
mockk = "io.mockk:mockk:1.13.12"
mockposable = 'com.jeppeman.mockposable:mockposable-gradle:0.9'
mockposable = 'com.jeppeman.mockposable:mockposable-gradle:0.10'
okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp3" }
okhttp3-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp3" }
onesky-gradlePlugin = "co.brainly:plugin:1.6.0"
Expand Down

0 comments on commit c39a9b3

Please sign in to comment.