mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Update Kotlin Serialization to 1.6.3 (#1193)
This commit is contained in:
parent
b3973f3ae0
commit
d38d671f7b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ kotlin = "1.9.23"
|
||||||
kotlinCompilerExtensionVersion = "1.5.11"
|
kotlinCompilerExtensionVersion = "1.5.11"
|
||||||
kotlinxCollectionsImmutable = "0.3.6"
|
kotlinxCollectionsImmutable = "0.3.6"
|
||||||
kotlinxCoroutines = "1.7.3"
|
kotlinxCoroutines = "1.7.3"
|
||||||
kotlinxSerialization = "1.6.2"
|
kotlinxSerialization = "1.6.3"
|
||||||
kotlinxKover = "0.7.4"
|
kotlinxKover = "0.7.4"
|
||||||
ksp = "1.9.22-1.0.17"
|
ksp = "1.9.22-1.0.17"
|
||||||
mockk = "1.13.10"
|
mockk = "1.13.10"
|
||||||
|
|
Loading…
Reference in a new issue