diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2021-12-24 09:35:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 09:35:02 +0000 |
commit | 66be6fc50afb0d34950eb7e67003a0ced7819c51 (patch) | |
tree | 8a44bc5e91d3cd20fa58b69ea76f650d53b356e8 | |
parent | f1182feed6ef626e35d6a8748dde311e74156ec0 (diff) |
chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.1.0 (#1620)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3868edc6..3d68c500 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -49,7 +49,7 @@ build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10" build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0" build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3" build-semver = "com.vdurmont:semver4j:3.1.0" -build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.0.5" +build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.1.0" dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } |