Skip to content

Commit

Permalink
fixed csv dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Nov 28, 2024
1 parent 513c4e3 commit eb5bce0
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 eb5bce0

Please sign in to comment.