Skip to content

Commit b5638a4

Browse files
chore(deps): update kotlin core dependencies (#1927)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df434f2 commit b5638a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/gradle-kotlin-dsl-multiproject/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.saveourtool.diktat.plugin.gradle.DiktatExtension
22
import com.saveourtool.diktat.plugin.gradle.DiktatGradlePlugin
33

44
plugins {
5-
kotlin("jvm") version "1.9.23"
5+
kotlin("jvm") version "1.9.24"
66
id("com.saveourtool.diktat") version "2.0.0" apply false
77
}
88

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "1.9.23"
3-
kotlin-ksp = "1.9.23-1.0.19"
2+
kotlin = "1.9.24"
3+
kotlin-ksp = "1.9.24-1.0.20"
44
serialization = "1.6.3"
55
ktlint = "1.0.1"
66
junit = "5.10.2"

0 commit comments

Comments
 (0)