Skip to content

Commit

Permalink
chore(deps): update kotlin core dependencies to v1.9.25 (#1938)
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 Jul 22, 2024
1 parent 433e8e6 commit be840fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
Expand Up @@ -2,7 +2,7 @@ import com.saveourtool.diktat.plugin.gradle.DiktatExtension
import com.saveourtool.diktat.plugin.gradle.DiktatGradlePlugin

plugins {
kotlin("jvm") version "1.9.24"
kotlin("jvm") version "1.9.25"
id("com.saveourtool.diktat") version "2.0.0" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.24"
kotlin = "1.9.25"
kotlin-ksp = "1.9.24-1.0.20"
serialization = "1.6.3"
ktlint = "1.0.1"
Expand Down

0 comments on commit be840fc

Please sign in to comment.