spotless: bump ktfmt

This commit is contained in:
Harsh Shandilya 2022-06-15 18:55:33 +05:30
parent ecbd2b7e9e
commit e31df8face
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

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