Skip to content

Commit

Permalink
Bump com.diffplug.spotless from 6.22.0 to 6.25.0
Browse files Browse the repository at this point in the history
Bumps com.diffplug.spotless from 6.22.0 to 6.25.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent 4e4a6a2 commit 66fc01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
kotlin("jvm") version "1.9.22"
kotlin("plugin.allopen") version "1.9.22"
id("com.diffplug.spotless") version "6.22.0"
id("com.diffplug.spotless") version "6.25.0"
id("net.darkhax.curseforgegradle") version "1.1.17"
jacoco // code coverage reports
}
Expand Down

0 comments on commit 66fc01d

Please sign in to comment.