Skip to content

Commit d9f2fd8

Browse files
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.7.10
1 parent f783f38 commit d9f2fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.7.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)