mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(deps): remove unused kotest dependencies (#375)
This commit is contained in:
parent
aa51535e65
commit
d94ca0e9c6
1 changed files with 0 additions and 3 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue