From 9b822c68243eccbc00c56edabbbef32dad58da94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:01:12 -0500 Subject: [PATCH] Update plugin ktlint to v12.1.2 (#781) 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 1aeb4f7e..449f436e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -28,7 +28,7 @@ dexcount = { id = "com.getkeepsafe.dexcount", version = "4.0.0" } kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version = "2.0.21-1.0.28" } -ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1" } +ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.2" } license = { id = "com.jaredsburrows.license", version = "0.9.8" } publish = { id = "com.github.triplet.play", version = "3.12.1" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }