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 c3edf9e
Showing 1 changed file with 1 addition and 1 deletion.
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 c3edf9e

Please sign in to comment.