Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent be67fed commit 65c982d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

plugins {
`kotlin-dsl`
kotlin("plugin.serialization") version "1.9.22"
kotlin("plugin.serialization") version "1.9.30-station-874"
}

val buildSnapshotTrain = properties["build_snapshot_train"]?.toString().toBoolean()
Expand All @@ -22,8 +22,8 @@ repositories {
val ktor_version = "3.0.0-eap-852"

dependencies {
implementation(kotlin("gradle-plugin", "2.0.0"))
implementation(kotlin("serialization", "2.0.0"))
implementation(kotlin("gradle-plugin", "2.1.0-saturn-419"))
implementation(kotlin("serialization", "2.1.0-saturn-419"))

val ktlint_version = libs.versions.ktlint.version.get()
implementation("org.jmailen.gradle:kotlinter-gradle:$ktlint_version")
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-version = "2.0.0"
kotlin-version = "2.1.0-saturn-419"
kotlinx-html-version = "0.11.0"
kotlinx-datetime = "0.5.0"
kotlinx-io = "0.5.0"
Expand Down

0 comments on commit 65c982d

Please sign in to comment.