From 1bc0420559bdb4fd6f264cc551718c26719f7391 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:18:52 +0000 Subject: [PATCH] chore(deps): update ktlint to v1.1.1 --- 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 9c570fbc5..941269192 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "1.9.22" kotlin-ksp = "1.9.22-1.0.17" serialization = "1.6.2" -ktlint = "1.0.1" +ktlint = "1.1.1" junit = "5.10.1" junit-platfrom = "1.10.1" guava = "33.0.0-jre"