We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513c4e3 commit eb5bce0Copy full SHA for eb5bce0
dataframe-csv/build.gradle.kts
@@ -31,9 +31,9 @@ dependencies {
31
implementation(project(":core"))
32
33
// for csv reading
34
- implementation(libs.deephavenCsv)
+ api(libs.deephavenCsv)
35
// for csv writing
36
- implementation(libs.commonsCsv)
+ api(libs.commonsCsv)
37
implementation(libs.commonsIo)
38
implementation(libs.sl4j)
39
implementation(libs.kotlinLogging)
0 commit comments