Skip to content

Commit cfa6658

Browse files
Merge pull request #276 from cdsap/renovate/kotlin-monorepo
chore(deps): update kotlin monorepo to v2.3.20
2 parents 8fc3b16 + 63417cb commit cfa6658

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.3.10"
2+
kotlin = "2.3.20"
33
ktlint = "14.2.0"
44
mavenPublish = "0.36.0"
55
fatbinary = "1.0"

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
@@ -56,10 +56,10 @@ data class Testing(
5656
)
5757

5858
data class Kotlin(
59-
val kgp: String = "2.3.10",
59+
val kgp: String = "2.3.20",
6060
val ksp: String = "2.3.4",
6161
val coroutines: String = "1.10.2",
62-
val kotlinTest: String = "2.3.10",
62+
val kotlinTest: String = "2.3.20",
6363
val kotlinProcessor: KotlinProcessor = KotlinProcessor(),
6464
)
6565

0 commit comments

Comments
 (0)