Skip to content

Commit 97f7ef1

Browse files
chore(deps): update kotlin monorepo to v2.1.21
1 parent e268141 commit 97f7ef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ repositories {
77
}
88

99
dependencies {
10-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
10+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
1111
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
1212
}

utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
// Apply the shared build logic from a convention plugin.
33
// The shared code is located in `buildSrc/src/main/kotlin/kotlin-jvm.gradle.kts`.
44
id("buildsrc.convention.kotlin-jvm")
5-
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.0"
5+
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.21"
66
}
77

88
dependencies {

0 commit comments

Comments
 (0)