File tree Expand file tree Collapse file tree 4 files changed +0
-48
lines changed Expand file tree Collapse file tree 4 files changed +0
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ dependencies {
17
17
implementation(" io.arrow-kt:arrow-fx-coroutines" )
18
18
testImplementation(" org.junit.jupiter:junit-jupiter:5.10.1" )
19
19
testImplementation(" io.strikt:strikt-core:0.34.1" )
20
- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test" )
21
20
22
21
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.1" )
23
22
testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.10.1" )
Original file line number Diff line number Diff line change @@ -14,10 +14,8 @@ repositories {
14
14
dependencies {
15
15
implementation(platform(" io.arrow-kt:arrow-stack:1.2.1" ))
16
16
implementation(" io.arrow-kt:arrow-core" )
17
- implementation(" io.arrow-kt:arrow-fx-coroutines" )
18
17
testImplementation(" org.junit.jupiter:junit-jupiter:5.10.1" )
19
18
testImplementation(" io.strikt:strikt-core:0.34.1" )
20
- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test" )
21
19
22
20
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.1" )
23
21
testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.10.1" )
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ dependencies {
25
25
26
26
testImplementation(" org.junit.jupiter:junit-jupiter:5.10.1" )
27
27
testImplementation(" io.strikt:strikt-core:0.34.1" )
28
- testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test" )
29
28
testImplementation(" org.http4k:http4k-testing-strikt:5.13.2.0" )
30
29
31
30
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.1" )
You can’t perform that action at this time.
0 commit comments