Skip to content

Commit

Permalink
v1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Nov 9, 2024
1 parent e0ddcd2 commit 9f2643e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {


group = "com.github.holgerbrandl"
version = "1.0.1"
version = "1.0.2"


repositories {
Expand All @@ -21,7 +21,7 @@ repositories {
dependencies {
// compileOnly("org.jetbrains.kotlin:kotlin-reflect:2.0.21")

api("org.jetbrains.kotlinx:dataframe-core:0.14.1")
api("org.jetbrains.kotlinx:dataframe-core:0.14.2")
api("com.github.holgerbrandl:kdfutils:1.4.3")
api("org.apache.commons:commons-math3:3.6.1")

Expand Down Expand Up @@ -93,6 +93,6 @@ signing {
}

kotlin {
jvmToolchain(11)
jvmToolchain(17)
}

0 comments on commit 9f2643e

Please sign in to comment.