Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Bump plugin versions (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jul 17, 2020
1 parent 2b5a7d7 commit 1886fc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ object Config {

object QualityPlugins {
val jacocoVersion = "0.8.5"
val spotless = "com.diffplug.gradle.spotless"
val spotlessVersion = "4.4.0"
val spotless = "com.diffplug.spotless"
val spotlessVersion = "5.1.0"
val errorProne = "net.ltgt.errorprone"
val errorpronePlugin = "net.ltgt.gradle:gradle-errorprone-plugin:1.2.1"
val gradleVersionsPlugin = "com.github.ben-manes:gradle-versions-plugin:0.28.0"
val gradleVersionsPlugin = "com.github.ben-manes:gradle-versions-plugin:0.29.0"
val gradleVersions = "com.github.ben-manes.versions"
val detekt = "io.gitlab.arturbosch.detekt"
val detektVersion = "1.9.1"
val detektVersion = "1.10.0"
val detektPlugin = "io.gitlab.arturbosch.detekt"
}

Expand Down

0 comments on commit 1886fc8

Please sign in to comment.