diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 0b4cb1a1..f90a7161 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -259,7 +259,7 @@ licensee { allow("BSD-3-Clause") allow("MIT") - allowUrl("https://github.com/doyaaaaaken/kotlin-csv/blob/master/LICENSE") { + allowUrl("https://github.com/jsoizo/kotlin-csv/blob/master/LICENSE") { because("Apache-2.0 but self-hosted") } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2f630581..1ef591fb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ kotest-runner-android = { module = "br.com.colman:kotest-runner-android", versio kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" } kotest-framework-datatest = { module = "io.kotest:kotest-framework-datatest", version.ref = "kotest" } kotest-extensions-now = { module = "io.kotest:kotest-extensions-now", version.ref = "kotest" } -kotlin-csv = "com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0" +kotlin-csv = "com.jsoizo:kotlin-csv:1.10.0" kotlin-date-range = "me.moallemi.tools:kotlin-date-range:1.0.0" kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" } kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1"