Skip to content

Commit 969d1c3

Browse files
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.8.10
1 parent f783f38 commit 969d1c3

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