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

This commit is contained in:
renovate[bot] 2025-06-17 02:31:16 +00:00 committed by GitHub
parent d1ff5c355e
commit a6212ba675
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.54"
private const val KTFMT_VERSION = "0.55"
}
}