Skip to content

Commit b88b37a

Browse files
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.8.21 (#213)
1 parent c3067ea commit b88b37a

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
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
// this hack prevents the following bug: https://github.com/gradle/gradle/issues/9770
11-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
11+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.21")
1212

1313
implementation("org.cqfn.diktat:diktat-gradle-plugin:1.2.5")
1414
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.15.0")

0 commit comments

Comments
 (0)