From 24281a3ad1e1188eb6630bd4fe1ce47b5a926b01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:04:41 +0100 Subject: [PATCH] fix(deps): update compose.destinations to v1.9.62 (#616) 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 ef38baec..7a1a13f7 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.56" +compose-destinations = "1.9.62" jellyfin = "1.4.6" kotlin = "1.9.22" kotlinx-serialization = "1.6.2"