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

This commit is contained in:
renovate[bot] 2025-06-25 22:33:40 +00:00 committed by GitHub
parent b5ac674df2
commit 8efa67f641
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.55" private const val KTFMT_VERSION = "0.56"
} }
} }