From 954b2919ac7b9e1d4dccfca68768c293cfd09095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:44:01 -0400 Subject: [PATCH] [skip ci] Update plugin ktlint to v11.6.1 (#1043) 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 af00cf92..1bef0304 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -151,7 +151,7 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin"} kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"} # Linter -ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.6.0"} +ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.6.1"} # Build config buildconfig = { id = "com.github.gmazzo.buildconfig", version = "3.1.0"}