Skip to content

Commit

Permalink
mozilla-mobile#6350. Upgrade detekt to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dector committed May 24, 2020
1 parent df0e5d8 commit a499d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ buildscript {
}

plugins {
id("io.gitlab.arturbosch.detekt").version("1.7.4") // Check version number in `Versions.detekt`
id("io.gitlab.arturbosch.detekt").version("1.9.1") // Check version number in `Versions.detekt`
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Versions {
const val android_gradle_plugin = "3.5.3"
const val android_maven_publish_plugin = "3.6.2"
const val lint = "26.3.2"
const val detekt = "1.7.4"
const val detekt = "1.9.1"

const val sentry = "1.7.21"
const val okhttp = "3.13.1"
Expand Down

0 comments on commit a499d44

Please sign in to comment.