From 14f9fff89ab5110c8aeb9a8f9a26adfd09017339 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 01:24:41 +0000 Subject: [PATCH] fix(deps): update ver_ktlint to v0.48.2 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 30c8fe8b15..264a659278 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -69,7 +69,7 @@ dependencies { } } - String VER_KTLINT='0.46.1' + String VER_KTLINT='0.48.2' ktlintCompileOnly "com.pinterest:ktlint:$VER_KTLINT" ktlintCompileOnly "com.pinterest.ktlint:ktlint-core:$VER_KTLINT" ktlintCompileOnly "com.pinterest.ktlint:ktlint-ruleset-experimental:$VER_KTLINT"