Skip to content

Commit 1369838

Browse files
committed
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.6.10
1 parent 80cfbe4 commit 1369838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31") // should match Kotlin version bundled with Gradle
11+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10") // should match Kotlin version bundled with Gradle
1212
implementation("com.gradle.publish:plugin-publish-plugin:0.19.0")
1313
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.1.2")
1414
implementation("org.ajoberstar:gradle-git-publish:3.0.0")

0 commit comments

Comments
 (0)