Skip to content

Commit da5eaa2

Browse files
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 2.1.10 to 2.1.20
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.1.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d3dfc4a commit da5eaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

+1-1
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.1.10")
12+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
1313
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0")
1414
}
1515

0 commit comments

Comments
 (0)