Skip to content

Commit

Permalink
Bump io.github.cosmicsilence:gradle-scalafix from 0.1.15 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [io.github.cosmicsilence:gradle-scalafix](https://github.com/cosmicsilence/gradle-scalafix) from 0.1.15 to 0.2.0.
- [Release notes](https://github.com/cosmicsilence/gradle-scalafix/releases)
- [Commits](cosmicsilence/gradle-scalafix@0.1.15...0.2.0)

---
updated-dependencies:
- dependency-name: io.github.cosmicsilence:gradle-scalafix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 3c74bb5 commit f155ed1
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 @@ -16,6 +16,6 @@ dependencies {
// Spotless dropped Java 8 support in version 2.33.0
if (JavaVersion.current().isJava11Compatible) {
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
implementation("io.github.cosmicsilence:gradle-scalafix:0.1.15")
implementation("io.github.cosmicsilence:gradle-scalafix:0.2.0")
}
}

0 comments on commit f155ed1

Please sign in to comment.