mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 05:57:03 +05:30
chore(deps): update dependency com.facebook:ktfmt to v0.46
This commit is contained in:
parent
cf850071e5
commit
61b000dc48
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
* https://opensource.org/licenses/MIT.
|
||||
*/
|
||||
@file:Suppress("InjectDispatcher") // False-positive
|
||||
|
||||
package dev.msfjarvis.claw.core.coroutines
|
||||
|
||||
import javax.inject.Inject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue