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

This commit is contained in:
renovate[bot] 2022-09-24 00:12:46 +00:00 committed by GitHub
parent a2422f9356
commit 97135e8101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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