Skip to content

Commit

Permalink
⬆️ Replace dependency Doyaaaaken kotlin-csv by new Joizo kotlin-csv
Browse files Browse the repository at this point in the history
Closes #806

Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Jan 23, 2025
1 parent f8736b6 commit 984959f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 984959f

Please sign in to comment.