Skip to content

Commit 1592cdf

Browse files
authored
update ksp version (#209)
1 parent 1393734 commit 1592cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model

project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data class Testing(
5656

5757
data class Kotlin(
5858
val kgp: String = "2.2.21",
59-
val ksp: String = "2.3.2",
59+
val ksp: String = "2.3.3",
6060
val coroutines: String = "1.10.2",
6161
val kotlinTest: String = "2.2.21",
6262
val kotlinProcessor: KotlinProcessor = KotlinProcessor(),

0 commit comments

Comments
 (0)