Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
derlin committed Nov 2, 2024
1 parent d2ea26e commit 5b28d6c
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 438 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform") version "2.0.0"
kotlin("multiplatform") version "2.0.21"
id("com.gorylenko.gradle-git-properties") version "2.4.1"
id("org.gradlewebtools.minify") version "1.3.2"
id("org.gradlewebtools.minify") version "2.1.1"
`maven-publish`
}

Expand Down Expand Up @@ -58,15 +58,15 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation("com.github.ajalt.clikt:clikt:4.2.2")
implementation("com.github.ajalt.clikt:clikt:5.0.1")
}
resources.setSrcDirs(resources.srcDirs.plus(project.layout.buildDirectory.dir("version")))
}
val jvmTest by getting {
dependencies {
implementation(kotlin("test-junit5"))
implementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
implementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
runtimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
implementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
}
}
Expand Down
Loading

0 comments on commit 5b28d6c

Please sign in to comment.