From caf4c4bf6a1a2af51b8dd8c1cdb5c390c2cf505a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 18:31:28 +0100 Subject: [PATCH] fix(deps): update compose.destinations to v1.10.0 (#641) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 45cf5e49..00fb3242 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ androidx-tv = "1.0.0-alpha10" androidx-work = "2.9.0" coil = "2.5.0" hilt = "2.50" -compose-destinations = "1.9.62" +compose-destinations = "1.10.0" jellyfin = "1.4.6" kotlin = "1.9.22" kotlinx-serialization = "1.6.2"