Skip to content

Commit

Permalink
Update spotless version to 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 20, 2020
1 parent 47b57f9 commit 328cb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext.versions = [
versionName : '2.0.7',

gradleBuildTool : '3.6.3',
spotlessGradle : "3.30.0",
spotlessGradle : "5.5.1",
dokkaGradle : '0.10.1',
bintrayRelease : '0.9.1',

Expand Down
2 changes: 1 addition & 1 deletion spotless.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apply plugin: "com.diffplug.gradle.spotless"
apply plugin: "com.diffplug.spotless"
spotless {
kotlin {
target "**/*.kt"
Expand Down

0 comments on commit 328cb18

Please sign in to comment.