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 9bda7fe commit 182b786
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 @@ -3,7 +3,7 @@
*/

plugins {
kotlin("plugin.serialization") version "1.9.22"
kotlin("plugin.serialization") version "1.9.30-station-874"
id("org.gradle.kotlin.kotlin-dsl") version "4.3.1"
}

Expand All @@ -25,8 +25,8 @@ sourceSets.main {
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 182b786

Please sign in to comment.