chore(deps): update dependency com.facebook:ktfmt to v0.52 (#3181)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-08-21 00:38:21 +05:30
committed by GitHub
parent 16ab8943bb
commit 5fb078fc31

View File

@@ -39,6 +39,6 @@ class SpotlessPlugin : Plugin<Project> {
}
private companion object {
private const val KTFMT_VERSION = "0.51"
private const val KTFMT_VERSION = "0.52"
}
}