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

This commit is contained in:
renovate[bot] 2024-06-14 15:33:25 +00:00 committed by GitHub
parent f7fb007f85
commit 9594a4dc9e
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 companion object {
private const val KTFMT_VERSION = "0.50" private const val KTFMT_VERSION = "0.51"
} }
} }