Skip to content

Commit

Permalink
Update detekt to RC5-6.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and mcomella committed Dec 2, 2017
1 parent b80672f commit 1fb4354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ buildscript {
}

plugins {
id "io.gitlab.arturbosch.detekt" version "1.0.0.RC5-5"
id "io.gitlab.arturbosch.detekt" version "1.0.0.RC5-6"
}

detekt {
version = "1.0.0.RC5-5"
version = "1.0.0.RC5-6"
profile("main") {
input = "$projectDir"
config = "$projectDir/quality/detekt.yml"
Expand Down

0 comments on commit 1fb4354

Please sign in to comment.