Skip to content

Commit

Permalink
Update kotlinx.serialization to v1.6.3 (#1806)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 16, 2024
1 parent 4bace2b commit 0a137ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.22"
kotlinx-coroutines = "1.8.0"
kotlinx-serialization = "1.6.2"
kotlinx-serialization = "1.6.3"
androidx-activity = "1.8.2"
androidx-compose-ui = "1.6.1"
jbCompose = "1.5.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,43 +58,35 @@ class StateSnapshotTest {
"content": {
"key1": [
["MutableState", {
"value": ["kotlin.Int", 1
]
"value": ["kotlin.Int", 1]
}
]
],
"key2": [
["kotlin.Int", 1
]
["kotlin.Int", 1]
],
"key3": [
["MutableState", {
"value": ["kotlin.String", "str"
]
"value": ["kotlin.String", "str"]
}
]
],
"key4": [
["kotlin.String", "str"
]
["kotlin.String", "str"]
],
"key5": [
null
],
"key6": [
["kotlin.Boolean", true
]
["kotlin.Boolean", true]
],
"key7": [
["kotlin.Double", 1.5
]
["kotlin.Double", 1.5]
],
"key8": [
["kotlin.collections.ArrayList", [
["kotlin.Int", 1
],
["kotlin.String", "str"
]
["kotlin.Int", 1],
["kotlin.String", "str"]
]
]
]
Expand Down

0 comments on commit 0a137ba

Please sign in to comment.