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

Commit

Permalink
Bug 1880516 - Update Kotlin Serialization to version 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Feb 16, 2024
1 parent 7e91cba commit e45c720
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e45c720

Please sign in to comment.