From 2eb0ad7bb39df155c4a75aab3e4b81d2b6476d92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 15:06:40 +0000 Subject: [PATCH] Update lint to v32 --- 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 35271305..1a07fac8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ constraintlayout = "2.2.1" kotest = "5.9.1" testCore = "1.7.0" -lint = "31.13.2" +lint = "32.2.1" ktfmt = "0.26.0" vanniktech-publish = "0.36.0"