Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:dataframe to v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent c922778 commit b650b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {

implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3")

implementation("org.jetbrains.kotlinx:dataframe:0.13.1") {
implementation("org.jetbrains.kotlinx:dataframe:0.14.2") {
exclude(group = "org.jetbrains.kotlinx", module = "dataframe-openapi")
}

Expand Down

0 comments on commit b650b10

Please sign in to comment.