Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored Oct 20, 2023
1 parent 09e6533 commit a13e8b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions arrow-libs/fx/arrow-fx-stm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ kotlin {
implementation(libs.kotlin.test)
}
}
jvmTest {
dependencies {
runtimeOnly(libs.kotest.runnerJUnit5)
}
}

jvmMain {
dependencies {
Expand All @@ -61,3 +56,7 @@ kotlin {
}
}
}

tasks.test {
useJUnitPlatform()
}

0 comments on commit a13e8b5

Please sign in to comment.