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.
2 parents 7dd9a68 + eb5bce0 commit 9f185d7Copy full SHA for 9f185d7
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