Skip to content

Commit

Permalink
fix(deps): update kotlin monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 22, 2024
1 parent c16b3bc commit fecfa04
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.20"
kotlin("plugin.serialization") version "2.0.0-241135-2"
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.20"))
implementation(kotlin("serialization", "1.9.20"))
implementation(kotlin("gradle-plugin", "2.0.0-241135-2"))
implementation(kotlin("serialization", "2.0.0-241135-2"))

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.8.22"
kotlin-version = "2.0.0-241135-2"
kotlinx-html-version = "0.10.1"
kotlinx-datetime = "0.5.0"
coroutines-version = "1.7.3"
Expand Down

0 comments on commit fecfa04

Please sign in to comment.