Skip to content

Commit

Permalink
setting core dependency in csv to api, similar to other integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolanrensen committed Dec 5, 2024
1 parent 5916042 commit 49ab57d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataframe-csv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}

dependencies {
implementation(project(":core"))
api(project(":core"))

// for csv reading
api(libs.deephavenCsv)
Expand Down
Empty file.

0 comments on commit 49ab57d

Please sign in to comment.