Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.14.1

pull/41/head
Jakub Chrzanowski 4 years ago
parent c43e790d62
commit fa6dd60885

@ -7,6 +7,7 @@
- Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow - Disable "Release Draft" job for pull requests in the "Build" GitHub Actions Workflow
- Dependencies - upgrade `org.jetbrains.intellij` to 0.5.0 - Dependencies - upgrade `org.jetbrains.intellij` to 0.5.0
- Dependencies - upgrade `org.jetbrains.changelog` to 0.6.1 - Dependencies - upgrade `org.jetbrains.changelog` to 0.6.1
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to 1.14.1
## [0.4.0] ## [0.4.0]
### Added ### Added

@ -13,7 +13,7 @@ plugins {
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin // gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.6.1" id("org.jetbrains.changelog") version "0.6.1"
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html // 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 // ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "9.4.0" id("org.jlleitschuh.gradle.ktlint") version "9.4.0"
} }
@ -40,7 +40,7 @@ repositories {
jcenter() jcenter()
} }
dependencies { 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. // Configure gradle-intellij-plugin plugin.

Loading…
Cancel
Save