Skip to content

Commit

Permalink
Update Kotlin core dependencies (#1671)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 2, 2023
1 parent 2a6106c commit 6205190
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 org.cqfn.diktat.plugin.gradle.DiktatExtension

plugins {
kotlin("jvm") version "1.8.20"
kotlin("jvm") version "1.8.21"
id("org.cqfn.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.8.20"
kotlin-ksp = "1.8.20-1.0.11"
kotlin = "1.8.21"
kotlin-ksp = "1.8.21-1.0.11"
serialization = "1.5.0"
ktlint = "0.48.2"
junit = "5.9.2"
Expand Down

0 comments on commit 6205190

Please sign in to comment.