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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"
}
}