Skip to content

Commit

Permalink
Update Kotlin core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent c1c3cab commit 125bbe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gradle-kotlin-dsl-multiproject/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.saveourtool.diktat.plugin.gradle.DiktatExtension

plugins {
kotlin("jvm") version "1.9.10"
kotlin("jvm") version "1.9.20"
id("com.saveourtool.diktat.diktat-gradle-plugin")
}

Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.10"
kotlin-ksp = "1.9.10-1.0.13"
kotlin = "1.9.20"
kotlin-ksp = "1.9.20-1.0.14"
serialization = "1.6.0"
ktlint = "1.0.1"
junit = "5.10.0"
Expand Down

0 comments on commit 125bbe9

Please sign in to comment.