diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-01-07 09:23:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 09:23:54 +0530 |
commit | c2424f6e899970d58fbdeb9bd210a11ded8e766f (patch) | |
tree | f7dcd420deb026388f2838b91a035b4f4969bd3f /gradle | |
parent | 54e51f7e57556621f58a664b916eeb400dcb74f6 (diff) |
chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.1.1 (#1644)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to 'gradle')
-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 eee8eeec..23fa17ef 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.1.0" +build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.1.1" dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } |