Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlin.jvm to v1.7.0 (#1358)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 15, 2022
1 parent 48f0c3d commit 14bbc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.getCurr

plugins {
`java-gradle-plugin`
kotlin("jvm") version "1.6.21"
kotlin("jvm") version "1.7.0"
jacoco
id("pl.droidsonroids.jacoco.testkit") version "1.0.9"
id("org.gradle.test-retry") version "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle-kotlin-dsl-multiproject/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.cqfn.diktat.plugin.gradle.DiktatExtension

plugins {
kotlin("jvm") version "1.6.21"
kotlin("jvm") version "1.7.0"
id("org.cqfn.diktat.diktat-gradle-plugin")
}

Expand Down

0 comments on commit 14bbc94

Please sign in to comment.