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