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

This commit is contained in:
renovate[bot] 2023-09-19 14:33:02 +00:00 committed by Harsh Shandilya
parent cf850071e5
commit 61b000dc48
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -5,6 +5,7 @@
* https://opensource.org/licenses/MIT.
*/
@file:Suppress("InjectDispatcher") // False-positive
package dev.msfjarvis.claw.core.coroutines
import javax.inject.Inject