Skip to content

Commit a413736

Browse files
build(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de4d2d4 commit a413736

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
@@ -17,5 +17,5 @@ repositories {
1717

1818
dependencies {
1919
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7")
20-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
20+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
2121
}

0 commit comments

Comments
 (0)