Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

[Update]: Bump kotlinx-serialization-json from 1.3.1 to 1.4.1 #57

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
coroutinesVersion = "1.5.2"

// Serializer
kotlinSerializerVersion = "1.3.1"
kotlinSerializerVersion = "1.4.1"

// Lint
spotlessVersion = "6.1.2"
Expand Down