fix(deps): remove unused kotest dependencies (#375)

This commit is contained in:
Harsh Shandilya 2023-05-11 09:49:58 +05:30 committed by GitHub
parent aa51535e65
commit d94ca0e9c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,6 @@ composeCompiler = "1.4.4"
coroutines = "1.7.0"
dagger = "2.46"
junit = "5.9.3"
kotest = "5.6.1"
kotlin = "1.8.10"
retrofit = "2.9.0"
richtext = "0.16.0"
@ -69,8 +68,6 @@ jsoup = "org.jsoup:jsoup:1.16.1"
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-legacy = "junit:junit:4.13.2"
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5"
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }