From 23d0dbe81cbdeef711faee73cf8e37e6dd779dd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 May 2022 10:19:35 +0200 Subject: [PATCH] Update dependency org.jetbrains.kotlin.plugin.serialization to v1.6.21 (#73) | datasource | package | from | to | | ---------- | ------------------------------------------------------------------------------------------------- | ------ | ------ | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 1.6.20 | 1.6.21 | Co-authored-by: Renovate Bot --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index d314b5d..129901c 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "1.6.20" arrow = "1.0.1" arrowGradleConfig = "0.10.3-alpha.1" coroutines = "1.6.1" -kotlinxSerialization = "1.6.20" +kotlinxSerialization = "1.6.21" dokka = "1.6.10" kotlinxSerializationJson = "1.3.2" ktor = "1.6.8"