We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ffcf78 + 3c946e7 commit 42403f7Copy full SHA for 42403f7
build.gradle.kts
@@ -5,7 +5,7 @@ group = "io.github.mikaojk"
5
version = System.getenv("NEW_VERSION") ?: "1.0.0"
6
7
val junitJupiterVersion = "5.12.1"
8
-val kotlinVersion = "2.1.10"
+val kotlinVersion = "2.1.20"
9
10
plugins {
11
kotlin("jvm") version "2.1.10"
0 commit comments