Skip to content

Commit

Permalink
Oppgrade spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
gtcno committed Oct 30, 2023
1 parent 96775c7 commit d531873
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
id("com.diffplug.spotless") version "6.19.0"
id("com.diffplug.spotless") version "6.22.0"
}

repositories {
Expand All @@ -10,11 +10,9 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.19.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
}



spotless {
kotlinGradle {
ktlint()
Expand Down

0 comments on commit d531873

Please sign in to comment.