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

This commit is contained in:
renovate[bot] 2023-09-18 17:45:31 +00:00 committed by Harsh Shandilya
parent 62ebb43e6f
commit 93292c3d5a
2 changed files with 1 additions and 2 deletions

View file

@ -50,6 +50,6 @@ class SpotlessPlugin : Plugin<Project> {
}
private companion object {
private const val KTFMT_VERSION = "0.44"
private const val KTFMT_VERSION = "0.45"
}
}