aboutsummaryrefslogtreecommitdiff
path: root/format-common
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-06-04 14:41:52 +0530
committerGitHub <noreply@github.com>2022-06-04 09:11:52 +0000
commitfee75104962548404ed2ffc4f6ef9c397b86683f (patch)
tree9a33007643184f72bcd98ab70d0cfc91e4e87f7e /format-common
parentac94b88d870f6c589e051723cf95bfd04032949d (diff)
Miscellaneous cleanups (#1934)
* build-logic: cleanups * coroutine-utils-testing: cleanups * coroutine-utils: cleanups * crypto-common: cleanups * crypto-pgpainless: cleanups * format-common: cleanups
Diffstat (limited to 'format-common')
-rw-r--r--format-common/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/format-common/build.gradle.kts b/format-common/build.gradle.kts
index 3b940573..f18dc906 100644
--- a/format-common/build.gradle.kts
+++ b/format-common/build.gradle.kts
@@ -18,4 +18,5 @@ dependencies {
testImplementation(projects.coroutineUtilsTesting)
testImplementation(libs.bundles.testDependencies)
testImplementation(libs.kotlin.coroutines.test)
+ testImplementation(libs.testing.turbine)
}