mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
[deps]: Update kotlin (#3770)
This commit is contained in:
parent
8c8db78da6
commit
b4f864d89c
1 changed files with 2 additions and 2 deletions
|
@ -34,12 +34,12 @@ hilt = "2.51.1"
|
|||
junit5 = "5.10.3"
|
||||
jvmTarget = "17"
|
||||
# kotlin and ksp **must** use compatible versions, do not update either without the other.
|
||||
kotlin = "2.0.0"
|
||||
kotlin = "2.0.10"
|
||||
kotlinxCollectionsImmutable = "0.3.7"
|
||||
kotlinxCoroutines = "1.8.1"
|
||||
kotlinxSerialization = "1.7.1"
|
||||
kotlinxKover = "0.8.3"
|
||||
ksp = "2.0.0-1.0.24"
|
||||
ksp = "2.0.10-1.0.24"
|
||||
mockk = "1.13.12"
|
||||
okhttp = "4.12.0"
|
||||
retrofitBom = "2.11.0"
|
||||
|
|
Loading…
Reference in a new issue