Skip to content

Commit

Permalink
build: remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
silenium-dev committed Aug 9, 2024
1 parent ee4e657 commit 0856b2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ repositories {
dependencies {
val coroutines = "1.8.1"
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines")
api("org.jetbrains.kotlinx:kotlinx-coroutines-debug:$coroutines")
api("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines")
api("org.jetbrains.kotlinx:kotlinx-coroutines-reactive:$coroutines")

val kotest = "5.9.1"
testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotest")
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotest")
testImplementation("io.kotest:kotest-property-jvm:$kotest")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-debug:$coroutines")
}

tasks.test {
Expand Down

0 comments on commit 0856b2e

Please sign in to comment.