Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit d910d74

Browse files
Update kotlin monorepo to v1.9.0
1 parent 1daea58 commit d910d74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.12.0")
3939
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.7.20")
4040
implementation("dev.floofy.commons:gradle:2.4.1")
41-
implementation(kotlin("serialization", "1.7.22"))
42-
implementation(kotlin("gradle-plugin", "1.7.22"))
41+
implementation(kotlin("serialization", "1.9.0"))
42+
implementation(kotlin("gradle-plugin", "1.9.0"))
4343
implementation(gradleApi())
4444
}

0 commit comments

Comments
 (0)