Skip to content

Commit 20752f2

Browse files
fix(deps): update kotlin monorepo
1 parent 8127833 commit 20752f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
plugins {
66
`kotlin-dsl`
7-
kotlin("plugin.serialization") version "1.9.22"
7+
kotlin("plugin.serialization") version "1.9.30-station-874"
88
}
99

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

2424
dependencies {
25-
implementation(kotlin("gradle-plugin", "2.0.20"))
26-
implementation(kotlin("serialization", "2.0.20"))
25+
implementation(kotlin("gradle-plugin", "2.1.0-saturn-419"))
26+
implementation(kotlin("serialization", "2.1.0-saturn-419"))
2727

2828
val ktlint_version = libs.versions.ktlint.version.get()
2929
implementation("org.jmailen.gradle:kotlinter-gradle:$ktlint_version")

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin-version = "2.0.20"
2+
kotlin-version = "2.1.0-saturn-419"
33
kotlinx-html-version = "0.11.0"
44
kotlinx-datetime = "0.6.1"
55
kotlinx-io = "0.5.1"

0 commit comments

Comments
 (0)