diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-16 09:12:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 09:12:53 +0000 |
commit | 9fc9cf9e1bd710684791bd5e80e969170108beb5 (patch) | |
tree | c45965616f8a5b6dcb457c7a0ae9de5b1abf74cb /gradle | |
parent | a54f68867a736fca7836786d3ef89f97a5658c86 (diff) |
chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.3.0 (#1730)
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 f29cbe58..39c2a664 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.2" +build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.3.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" } |