We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1393734 commit 1592cdfCopy full SHA for 1592cdf
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -56,7 +56,7 @@ data class Testing(
56
57
data class Kotlin(
58
val kgp: String = "2.2.21",
59
- val ksp: String = "2.3.2",
+ val ksp: String = "2.3.3",
60
val coroutines: String = "1.10.2",
61
val kotlinTest: String = "2.2.21",
62
val kotlinProcessor: KotlinProcessor = KotlinProcessor(),
0 commit comments