Skip to content

Commit 2d1fccc

Browse files
committed
Remove unused dependencies from version catalog
1 parent cf5bd38 commit 2d1fccc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ serialization = "1.7.1"
88
benchmark = "0.4.12"
99
openapi = "2024.3"
1010
jackson = "2.17.2"
11-
graphql = "6.8.4"
1211

1312
[plugins]
14-
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
1513
kotlin-mutliplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
1614
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
1715
kotlin-dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
@@ -23,8 +21,6 @@ detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
2321
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1" }
2422
kotlin-binaryCompatibility = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
2523
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
26-
# version 7.x requires java 17
27-
expediagroup-graphql = { id = "com.expediagroup.graphql", version.ref = "graphql" }
2824

2925
[libraries]
3026
kotlin-serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" }
@@ -33,7 +29,6 @@ kotlin-benchmark = { group = "org.jetbrains.kotlinx", name = "kotlinx-benchmark-
3329
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
3430
kotest-framework-engine = { module = "io.kotest:kotest-framework-engine", version.ref = "kotest" }
3531
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
36-
kotest-common = { module = "io.kotest:kotest-common", version.ref = "kotest" }
3732
uri = { group = "com.eygraber", name = "uri-kmp", version = "0.0.18" }
3833
okio-common = { group = "com.squareup.okio", name = "okio", version.ref = "okio" }
3934
okio-nodefilesystem = { group = "com.squareup.okio", name = "okio-nodefilesystem", version.ref = "okio" }
@@ -45,9 +40,6 @@ jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.r
4540
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
4641
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
4742
networknt-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.1" }
48-
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.1" }
49-
graphql-ktor = { group = "com.expediagroup", name = "graphql-kotlin-ktor-client", version.ref = "graphql" }
50-
clikt = { group = "com.github.ajalt.clikt", name = "clikt", version = "4.4.0" }
5143
kotlin-codepoints = { group = "de.cketti.unicode", name = "kotlin-codepoints", version = "0.9.0" }
5244
normalize = { group = "com.doist.x", name = "normalize", version = "1.1.1" }
5345
karacteristics = { group = "io.github.optimumcode", name = "karacteristics", version = "0.0.2" }

0 commit comments

Comments
 (0)