Skip to content

Commit 0c71c63

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.0.21 to 2.1.21
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 284cede commit 0c71c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99

1010

1111
dependencies {
12-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
12+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
1313
implementation("org.jetbrains.kotlin:kotlin-serialization:2.0.21")
1414
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
1515
}

0 commit comments

Comments
 (0)