Skip to content

Commit

Permalink
Dependencies - upgrade io.gitlab.arturbosch.detekt to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hsz committed Oct 2, 2020
1 parent e27545c commit 36aa176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to 1.4.10
- Dependencies - upgrade `org.jetbrains.intellij` to 0.4.26
- Dependencies - upgrade `org.jetbrains.changelog` to 0.6.0
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.13.1
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.14.1

### Fixed
- `pluginName` variable name collision with `intellij` closure getter in Gradle configuration #29
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.6.0"
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.13.1"
id("io.gitlab.arturbosch.detekt") version "1.14.1"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "9.4.0"
}
Expand All @@ -40,7 +40,7 @@ repositories {
jcenter()
}
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.13.1")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.14.1")
}

// Configure gradle-intellij-plugin plugin.
Expand Down

0 comments on commit 36aa176

Please sign in to comment.