Skip to content

Commit 03eee94

Browse files
fix(deps): update kotlinx.serialization to v1.8.1
1 parent 1046e9c commit 03eee94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlinter = "5.0.1" # https://github.com/jeremymailen/kotlinter-gradle
77
# kotlinx
88
kotlinx-coroutines = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines
99
kotlinx-datetime = "0.6.2" # https://github.com/Kotlin/kotlinx-datetime
10-
kotlinx-serialization = "1.8.0" # https://github.com/Kotlin/kotlinx.serialization
10+
kotlinx-serialization = "1.8.1" # https://github.com/Kotlin/kotlinx.serialization
1111

1212
# redis
1313
rethis = "0.2.9" # https://github.com/vendelieu/re.this

0 commit comments

Comments
 (0)