Skip to content

Commit

Permalink
build(gradle): Remove unused Ktor version catalog entries
Browse files Browse the repository at this point in the history
This is a fixup for fb36bec.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Oct 9, 2024
1 parent 86606ff commit 085020f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ kotlinxHtml = "0.11.0"
kotlinxSerialization = "1.7.3"
ks3 = "0.6.0"
tomlkt = "0.4.0"
ktor = "2.3.12"
log4jApi = "2.24.1"
log4jApiKotlin = "1.5.0"
logback = "1.5.9"
Expand Down Expand Up @@ -143,8 +142,6 @@ kotlinx-serialization-yaml = { module = "com.charleskorn.kaml:kaml", version.ref
ks3-jdk = { module = "io.ks3:ks3-jdk", version.ref = "ks3" }
ks3-standard = { module = "io.ks3:ks3-standard", version.ref = "ks3" }
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp"}
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor-client-okHttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
log4j-api = { module = "org.apache.logging.log4j:log4j-api", version.ref = "log4jApi" }
log4j-api-kotlin = { module = "org.apache.logging.log4j:log4j-api-kotlin", version.ref = "log4jApiKotlin" }
log4j-api-slf4j = { module = "org.apache.logging.log4j:log4j-to-slf4j", version.ref = "log4jApi" }
Expand Down

0 comments on commit 085020f

Please sign in to comment.