Skip to content

Commit ff4f104

Browse files
authored
Remove coroutines core from deps
1 parent 9d04a57 commit ff4f104

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ publication = { id = "com.vanniktech.maven.publish", version = "0.31.0" }
1515

1616
[libraries]
1717
kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" }
18-
kotlin-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.10.1" }
1918
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
2019
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
2120
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
2221
kotest-common = { module = "io.kotest:kotest-common", version.ref = "kotest" }
2322
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "2.1.0" }
2423
graphql-ktor = { group = "com.expediagroup", name = "graphql-kotlin-ktor-client", version.ref = "graphql" }
25-
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "5.0.3" }
24+
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "5.0.3" }

0 commit comments

Comments
 (0)