We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fc3b16 + 63417cb commit cfa6658Copy full SHA for cfa6658
2 files changed
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-kotlin = "2.3.10"
+kotlin = "2.3.20"
3
ktlint = "14.2.0"
4
mavenPublish = "0.36.0"
5
fatbinary = "1.0"
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -56,10 +56,10 @@ data class Testing(
56
)
57
58
data class Kotlin(
59
- val kgp: String = "2.3.10",
+ val kgp: String = "2.3.20",
60
val ksp: String = "2.3.4",
61
val coroutines: String = "1.10.2",
62
- val kotlinTest: String = "2.3.10",
+ val kotlinTest: String = "2.3.20",
63
val kotlinProcessor: KotlinProcessor = KotlinProcessor(),
64
65
0 commit comments