From 61b000dc48d0cb2d98bee729b6d26a4b380ac8ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:33:02 +0000 Subject: [PATCH] chore(deps): update dependency com.facebook:ktfmt to v0.46 --- .../src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt | 2 +- .../dev/msfjarvis/claw/core/coroutines/DispatcherProvider.kt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt b/build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt index 460d1fd7..d25a3fea 100644 --- a/build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt +++ b/build-logic/src/main/kotlin/dev/msfjarvis/claw/gradle/SpotlessPlugin.kt @@ -50,6 +50,6 @@ class SpotlessPlugin : Plugin { } private companion object { - private const val KTFMT_VERSION = "0.45" + private const val KTFMT_VERSION = "0.46" } } diff --git a/core/src/main/kotlin/dev/msfjarvis/claw/core/coroutines/DispatcherProvider.kt b/core/src/main/kotlin/dev/msfjarvis/claw/core/coroutines/DispatcherProvider.kt index f83e8bb5..d1711e24 100644 --- a/core/src/main/kotlin/dev/msfjarvis/claw/core/coroutines/DispatcherProvider.kt +++ b/core/src/main/kotlin/dev/msfjarvis/claw/core/coroutines/DispatcherProvider.kt @@ -5,6 +5,7 @@ * https://opensource.org/licenses/MIT. */ @file:Suppress("InjectDispatcher") // False-positive + package dev.msfjarvis.claw.core.coroutines import javax.inject.Inject