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 companion object {
private const val KTFMT_VERSION = "0.44" private const val KTFMT_VERSION = "0.45"
} }
} }

View file

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