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

This commit is contained in:
renovate[bot] 2024-04-26 18:45:10 +00:00 committed by GitHub
parent 3a60e8f2a1
commit a70801c635
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.48"
private const val KTFMT_VERSION = "0.49"
}
}