Skip to content

Commit

Permalink
Merge pull request #977 from Kotlin/csv-api-dependencies
Browse files Browse the repository at this point in the history
Fixed csv dependencies
  • Loading branch information
Jolanrensen authored Nov 28, 2024
2 parents 7dd9a68 + eb5bce0 commit 9f185d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataframe-csv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies {
implementation(project(":core"))

// for csv reading
implementation(libs.deephavenCsv)
api(libs.deephavenCsv)
// for csv writing
implementation(libs.commonsCsv)
api(libs.commonsCsv)
implementation(libs.commonsIo)
implementation(libs.sl4j)
implementation(libs.kotlinLogging)
Expand Down

0 comments on commit 9f185d7

Please sign in to comment.