Skip to content

Commit 2176503

Browse files
Update kotlin monorepo to v1.7.22
1 parent 0cdb65f commit 2176503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repositories {
77
}
88

99
dependencies {
10-
implementation(kotlin("gradle-plugin", version = "1.7.10"))
11-
implementation(kotlin("serialization", version = "1.7.10"))
10+
implementation(kotlin("gradle-plugin", version = "1.7.22"))
11+
implementation(kotlin("serialization", version = "1.7.22"))
1212
implementation("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.18.3")
1313
}

0 commit comments

Comments
 (0)