Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:dataframe to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 3625c07 commit a68cb2a
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 @@ -63,7 +63,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.15.0") {
exclude(group = "org.jetbrains.kotlinx", module = "dataframe-openapi")
}

Expand Down

0 comments on commit a68cb2a

Please sign in to comment.