Skip to content

Commit 49ab57d

Browse files
committed
setting core dependency in csv to api, similar to other integrations
1 parent 5916042 commit 49ab57d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dataframe-csv/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828
}
2929

3030
dependencies {
31-
implementation(project(":core"))
31+
api(project(":core"))
3232

3333
// for csv reading
3434
api(libs.deephavenCsv)

dataframe-csv/generated-sources/tmp

Whitespace-only changes.

0 commit comments

Comments
 (0)