We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9281553 commit cc81f55Copy full SHA for cc81f55
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
val ktfmtVersion = "0.44"
10
11
plugins {
0 commit comments