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"