We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42403f7 commit a29500cCopy full SHA for a29500c
build.gradle.kts
@@ -8,7 +8,7 @@ val junitJupiterVersion = "5.12.1"
8
val kotlinVersion = "2.1.20"
9
10
plugins {
11
- kotlin("jvm") version "2.1.10"
+ kotlin("jvm") version "2.1.20"
12
id("com.vanniktech.maven.publish") version "0.31.0"
13
}
14
0 commit comments