Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 8efa3e6

Browse files
Use konf-core to avoid loading a shitload of data formats that we dont even need
1 parent 07721a4 commit 8efa3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
// Logging
4545
implementation("io.github.microutils", "kotlin-logging", "2.0.11")
4646
implementation("org.slf4j", "slf4j-api", "2.0.0alpha5")
47-
implementation("ch.qos.logback", "logback-classic", "1.3.0-alpha5")
47+
implementation("ch.qos.logback", "logback-classic", "1.5.7")
4848
implementation(platform("io.sentry:sentry-bom:7.9.0"))
4949
implementation(platform("io.sentry:sentry-bom:7.9.0"))
5050
implementation("io.sentry", "sentry")
@@ -79,7 +79,7 @@ dependencies {
7979
implementation("org.jetbrains.kotlinx", "kotlinx-serialization-json", "1.3.0")
8080

8181
// Config
82-
implementation("com.github.uchuhimo.konf", "konf", "master-SNAPSHOT")
82+
implementation("com.github.uchuhimo.konf", "konf-core", "master-SNAPSHOT")
8383
implementation("com.fasterxml.jackson.module", "jackson-module-kotlin", "2.13.+")
8484

8585
// Testing

0 commit comments

Comments
 (0)