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

pull/52/head
Jakub Chrzanowski 4 years ago
parent 06726f13c3
commit e44bf3c3ec

@ -6,6 +6,7 @@
### Changed
- Switch Gradle Wrapper to `-all` to improve the IntelliSense
- Update detekt config to be in line with IJ settings
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.14.2`
## [0.5.1]
### Added

@ -13,7 +13,7 @@ plugins {
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
id("org.jetbrains.changelog") version "0.6.2"
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.14.1"
id("io.gitlab.arturbosch.detekt") version "1.14.2"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
}
@ -41,7 +41,7 @@ repositories {
jcenter()
}
dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.14.1")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.14.2")
}
// Configure gradle-intellij-plugin plugin.

Loading…
Cancel
Save