Skip to content

Commit f011124

Browse files
Update kotlin monorepo (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d785c6 commit f011124

1 file changed

Lines changed: 2 additions & 2 deletions

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ data class Testing(
4848
)
4949

5050
data class Kotlin(
51-
val kgp: String = "2.1.20",
51+
val kgp: String = "2.1.21",
5252
val ksp: String = "2.1.20-2.0.0",
5353
val coroutines: String = "1.7.3",
54-
val kotlinTest: String = "1.9.22",
54+
val kotlinTest: String = "1.9.25",
5555
val kotlinProcessor: KotlinProcessor = KotlinProcessor(),
5656
)
5757

0 commit comments

Comments
 (0)