Skip to content

Commit 475efa1

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.0 to 2.1.0
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.0 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.0...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87dafbc commit 475efa1

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
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
2828
implementation("net.researchgate:gradle-release:3.0.2")
2929
implementation("com.github.dpaukov:combinatoricslib3:3.4.0")
30-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
30+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
3131
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
3232
implementation("se.bjurr.gitchangelog:git-changelog-gradle-plugin:2.1.0") {
3333
isTransitive = false

0 commit comments

Comments
 (0)