aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--dependency-sync/build.gradle.kts2
-rw-r--r--gradle/libs.versions.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dependency-sync/build.gradle.kts b/dependency-sync/build.gradle.kts
index 93d99629..61b14996 100644
--- a/dependency-sync/build.gradle.kts
+++ b/dependency-sync/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
dependencySync("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
dependencySync("com.squareup.okhttp3:okhttp:4.9.3")
dependencySync("com.vdurmont:semver4j:3.1.0")
- dependencySync("com.diffplug.spotless:spotless-plugin-gradle:6.0.0")
+ dependencySync("com.diffplug.spotless:spotless-plugin-gradle:6.0.1")
// Kotlin dependencies
dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines")
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" }