aboutsummaryrefslogtreecommitdiff
path: root/gradle/libs.versions.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-06 17:39:11 +0000
committerGitHub <noreply@github.com>2021-12-06 17:39:11 +0000
commit20eae05eec21784bf57a6687b702918476b83a05 (patch)
treed3984c9e9dd0558dc6f0b97233f853e7dfe51583 /gradle/libs.versions.toml
parent208eed426907b235e20429dfc23473211a609e2e (diff)
build(deps): bump spotless-plugin-gradle from 6.0.1 to 6.0.2 (#1569)
Diffstat (limited to 'gradle/libs.versions.toml')
-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 06ee31c7..135a1e8c 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -80,7 +80,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.1"
+build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.0.2"
compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }