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

This commit is contained in:
renovate[bot] 2024-08-20 11:52:10 +00:00 committed by GitHub
parent e3745d0c58
commit 789e4a124d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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