diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1eaf73db5d..317e6e88b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" diff --git a/redwood-treehouse/src/commonTest/kotlin/app/cash/redwood/treehouse/StateSnapshotTest.kt b/redwood-treehouse/src/commonTest/kotlin/app/cash/redwood/treehouse/StateSnapshotTest.kt index 60dc32712d..bcea048366 100644 --- a/redwood-treehouse/src/commonTest/kotlin/app/cash/redwood/treehouse/StateSnapshotTest.kt +++ b/redwood-treehouse/src/commonTest/kotlin/app/cash/redwood/treehouse/StateSnapshotTest.kt @@ -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"] ] ] ]