From 1c57624977ef8b41e40bcb329e93cbc0023c3a5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:44:03 +0000 Subject: [PATCH] Update dependency io.nlopez.compose.rules:ktlint to v0.4.15 --- 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 bce44057a56..4ca9a7120cf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "kto ktor-serialization-kotlinx-json = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" } # Specify the full coordinate for Renovate to track even though we only use the version. ktlint = "com.pinterest.ktlint:ktlint-cli:1.3.1" -ktlintComposeRules = "io.nlopez.compose.rules:ktlint:0.4.13" +ktlintComposeRules = "io.nlopez.compose.rules:ktlint:0.4.15" [plugins] android-application = { id = "com.android.application", version.ref = "android" }