Skip to content

Commit c503593

Browse files
Merge pull request #238 from cdsap/renovate/kotlin-monorepo
chore(deps): update kotlin monorepo to v2.3.10
2 parents 662d734 + ec5539e commit c503593

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.0"
2+
kotlin = "2.3.10"
33
ktlint = "14.0.1"
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
@@ -55,10 +55,10 @@ data class Testing(
5555
)
5656

5757
data class Kotlin(
58-
val kgp: String = "2.3.0",
58+
val kgp: String = "2.3.10",
5959
val ksp: String = "2.3.4",
6060
val coroutines: String = "1.10.2",
61-
val kotlinTest: String = "2.3.0",
61+
val kotlinTest: String = "2.3.10",
6262
val kotlinProcessor: KotlinProcessor = KotlinProcessor(),
6363
)
6464

0 commit comments

Comments
 (0)