summaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-02 23:08:10 +0530
committerGitHub <noreply@github.com>2021-12-02 23:08:10 +0530
commit99c7913a489f8c28f7f7568db838f9ffdcaa27f0 (patch)
tree6b7d9f8a7dcee60f0a06e7b814f5b19ed1348e68 /gradle
parent18a4cfb6985ede194d2a371339d457e114bcf0db (diff)
build(deps): bump spotless-plugin-gradle from 6.0.0 to 6.0.1 (#1566)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index a463896f..17e3b7b1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -84,7 +84,7 @@ 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.0"
+build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.0.1"
compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }