From 5a3552547c2737ba01fd5b03db0384c34eeda8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 18:24:57 +0000 Subject: [PATCH] Update dependency org.jetbrains.kotlinx:kotlinx-metadata-jvm to v0.9.0 --- buildSrc/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/libs.versions.toml b/buildSrc/libs.versions.toml index dd6788f..5b4a2e2 100644 --- a/buildSrc/libs.versions.toml +++ b/buildSrc/libs.versions.toml @@ -5,7 +5,7 @@ pluginApollo = "3.8.2" kotlin = "1.9.22" kotlinCoroutines = "1.7.3" -kotlinKaptMetadata = "0.7.0" +kotlinKaptMetadata = "0.9.0" lifecycle = "2.7.0" materialTheme = "1.11.0" firebaseBOM = "32.7.2"