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

Bug 1880516 - Update Kotlin Serialization to version 1.6.3 #5622

Merged
merged 2 commits into from
Feb 19, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DependenciesPlugin : Plugin<Settings> {
object Versions {
const val kotlin = "1.9.22"
const val coroutines = "1.7.3"
const val serialization = "1.6.0"
const val serialization = "1.6.3"
const val python_envs_plugin = "0.0.31"

const val junit = "4.13.2"
Expand Down
Loading