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

This commit is contained in:
renovate[bot] 2023-02-07 16:35:32 +00:00 committed by GitHub
parent 177d0b7162
commit da1948c0e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,6 @@ class SpotlessPlugin : Plugin<Project> {
}
private companion object {
private const val KTFMT_VERSION = "0.41"
private const val KTFMT_VERSION = "0.43"
}
}