From 2c96f35a12939a9f203e8e69cb111947e18d4d5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 07:12:56 +0200 Subject: [PATCH] fix(deps): update compose_ui_version to v1.6.7 (#435) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/AndroidOnlyExample/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/AndroidOnlyExample/app/build.gradle.kts b/example/AndroidOnlyExample/app/build.gradle.kts index 626bc70b0..8928fd5cb 100644 --- a/example/AndroidOnlyExample/app/build.gradle.kts +++ b/example/AndroidOnlyExample/app/build.gradle.kts @@ -55,7 +55,7 @@ tasks.withType().configureEach val ktorfit = "2.0.0" val ktor = "2.3.10" -val compose_ui_version = "1.5.1" +val compose_ui_version = "1.6.7" dependencies { implementation("de.jensklingenberg.ktorfit:ktorfit-lib:$ktorfit") implementation("io.ktor:ktor-client-serialization:$ktor")