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

This commit is contained in:
renovate[bot] 2024-04-26 15:40:32 +00:00 committed by GitHub
parent 7cbb8e6237
commit 80183fd248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ class SpotlessPlugin : Plugin<Project> {
}
private companion object {
private const val KTFMT_VERSION = "0.47"
private const val KTFMT_VERSION = "0.48"
}
}