From 9312594e832535f73a0aeb07af84d4f96cccf027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 21:56:46 +0000 Subject: [PATCH] Update dependency com.facebook:ktfmt to v0.52 (#344) * Update dependency com.facebook:ktfmt to v0.52 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: SimonHauck --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b58a79c..e464e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Please add your entries according to this format. - Fix custom KtFmt tasks not compatible with configuration cache (#290) - Fix mixed up task descriptions (#342) +- KtFmt to 0.52 ## Version 0.19.0 _(2024-07-03)_ diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1308a88..a3024ea 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ diffUtils = "4.12" junit = "5.11.0" kotlin = "2.0.10" ktfmt-plugin = "0.19.0" -ktfmt = "0.51" +ktfmt = "0.52" pluginPublish = "1.2.1" truth = "1.4.4"