Skip to content

Commit

Permalink
Bump spotless-plugin-gradle from 6.0.0 to 6.12.0 (#130)
Browse files Browse the repository at this point in the history
Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.0.0 to 6.12.0.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@gradle/6.0.0...gradle/6.12.0)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2022
1 parent bac32ba commit f5df557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val buildToolsVersion = "7.0.3"
val kotlinVersion = "1.4.32"
val dokkaVersion = "1.4.32"
val manesVersion = "0.38.0"
val spotlessVersion = "6.0.0"
val spotlessVersion = "6.12.0"

dependencies {
/* Depend on the android gradle plugin, since we want to access it in our plugin */
Expand Down

0 comments on commit f5df557

Please sign in to comment.