diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-09 10:32:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 10:32:04 +0000 |
commit | cca04dd40a722770df6063ba3172cca109887432 (patch) | |
tree | 03c5ff707a77f98d5e5b1c3aff45347a72ccba29 /gradle/libs.versions.toml | |
parent | b12abc6ac73ff107fd340fb05870dbe00f5e9373 (diff) |
chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.2.2 (#1718)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'gradle/libs.versions.toml')
-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 32e1518f..a51c4469 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -47,7 +47,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.2.1" +build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.2.2" dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" } |