Skip to content

Commit

Permalink
v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerbrandl committed Oct 15, 2024
1 parent 7d0c052 commit 9ff7f03
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 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"
version = "1.0.1"


repositories {
Expand All @@ -19,7 +19,7 @@ repositories {
}

dependencies {
compileOnly("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
// compileOnly("org.jetbrains.kotlin:kotlin-reflect:2.0.21")

api("org.jetbrains.kotlinx:dataframe-core:0.14.1")
api("com.github.holgerbrandl:kdfutils:1.4.3")
Expand Down Expand Up @@ -91,3 +91,8 @@ nexusPublishing {
signing {
sign(publishing.publications["mavenJava"])
}

kotlin {
jvmToolchain(11)
}

0 comments on commit 9ff7f03

Please sign in to comment.