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

This commit is contained in:
renovate[bot] 2024-06-07 03:10:05 +00:00 committed by GitHub
parent c6bae7d92a
commit feb4aa7b17
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.49"
private const val KTFMT_VERSION = "0.50"
}
}