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] committed May 16, 2024
1 parent d4c5376 commit 391b56f
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.0"
}

Expand All @@ -25,8 +25,8 @@ sourceSets.main {
val ktor_version = "3.0.0-eap-852"

dependencies {
implementation(kotlin("gradle-plugin", "1.9.22"))
implementation(kotlin("serialization", "1.9.22"))
implementation(kotlin("gradle-plugin", "1.9.30-station-874"))
implementation(kotlin("serialization", "1.9.24-823"))

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 = "1.9.22"
kotlin-version = "1.9.30-station-874"
kotlinx-html-version = "0.11.0"
kotlinx-datetime = "0.5.0"
coroutines-version = "1.8.1"
Expand Down

0 comments on commit 391b56f

Please sign in to comment.