From f53625e29e5df4d4619a19b252e17dc386954492 Mon Sep 17 00:00:00 2001 From: Simon Vergauwen Date: Tue, 25 Apr 2023 17:45:24 +0200 Subject: [PATCH] Remove test dependency from Arrow Fx --- arrow-libs/fx/arrow-fx-coroutines/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-libs/fx/arrow-fx-coroutines/build.gradle.kts b/arrow-libs/fx/arrow-fx-coroutines/build.gradle.kts index ee13a23464b..40be5f75df9 100644 --- a/arrow-libs/fx/arrow-fx-coroutines/build.gradle.kts +++ b/arrow-libs/fx/arrow-fx-coroutines/build.gradle.kts @@ -26,7 +26,6 @@ kotlin { api(projects.arrowCore) api(libs.coroutines.core) implementation(libs.kotlin.stdlibCommon) - implementation(libs.coroutines.test) } } @@ -36,6 +35,7 @@ kotlin { implementation(libs.kotest.frameworkEngine) implementation(libs.kotest.assertionsCore) implementation(libs.kotest.property) + implementation(libs.coroutines.test) } } jvmTest {