We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220f7a8 commit 6571456Copy full SHA for 6571456
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2
3
plugins {
4
- kotlin("jvm") version "2.1.10"
+ kotlin("jvm") version "2.1.20"
5
6
java
7
`maven-publish`
@@ -30,7 +30,7 @@ dependencies {
30
compileOnly("org.jetbrains:annotations:26.0.2")
31
32
testImplementation(kotlin("test"))
33
- testImplementation("org.junit.jupiter:junit-jupiter:5.12.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
34
}
35
36
tasks {
0 commit comments