Skip to content

Commit e2e278f

Browse files
Update kotlin monorepo to v1.8.0
1 parent 0cdb65f commit e2e278f

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.8.0"))
11+
implementation(kotlin("serialization", version = "1.8.0"))
1212
implementation("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.18.3")
1313
}

0 commit comments

Comments
 (0)