Skip to content

Commit

Permalink
Remove test dependency from Arrow Fx (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisRev committed Apr 26, 2023
1 parent 2aa81f9 commit c7f3af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-libs/fx/arrow-fx-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ kotlin {
api(projects.arrowCore)
api(libs.coroutines.core)
implementation(libs.kotlin.stdlibCommon)
implementation(libs.coroutines.test)
}
}

Expand All @@ -36,6 +35,7 @@ kotlin {
implementation(libs.kotest.frameworkEngine)
implementation(libs.kotest.assertionsCore)
implementation(libs.kotest.property)
implementation(libs.coroutines.test)
}
}
jvmTest {
Expand Down

0 comments on commit c7f3af5

Please sign in to comment.