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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-09-24 09:07:57 +05:30 committed by GitHub
parent 17d9ffdaf5
commit 3573c891da
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"
}
}