Skip to content

Commit d13d72b

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.1.21 to 2.2.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f6a7b8 commit d13d72b

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.8")
20-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
20+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0")
2121
}

0 commit comments

Comments
 (0)