From 51da2c671be98738f748d4063f6fe1a30a7430e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Dec 2023 23:17:59 +0100 Subject: [PATCH] fix(deps): update compose.destinations to v1.9.56 (#601) 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 7a857f19..0e84a604 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.48.1" -compose-destinations = "1.9.54" +compose-destinations = "1.9.56" jellyfin = "1.4.6" kotlin = "1.9.21" kotlinx-serialization = "1.6.2"