Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[deps]: Update kotlin #4501

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[deps]: Update kotlin
  • Loading branch information
renovate[bot] authored Dec 23, 2024
commit 91c40946f743e39b51e7a9d39c6ffea566c419c3
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jvmTarget = "17"
# kotlin and ksp **must** use compatible versions, do not update either without the other.
kotlin = "2.1.0"
kotlinxCollectionsImmutable = "0.3.8"
kotlinxCoroutines = "1.9.0"
kotlinxCoroutines = "1.10.1"
kotlinxSerialization = "1.7.3"
kotlinxKover = "0.8.3"
kotlinxKover = "0.9.0"
ksp = "2.1.0-1.0.29"
mockk = "1.13.13"
okhttp = "4.12.0"
Expand Down
Loading