We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0dd986c + 7a88a28 commit d704f9dCopy full SHA for d704f9d
build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
3
plugins {
4
id("java")
5
id("jacoco")
6
- id("com.diffplug.spotless") version "6.25.0"
+ id("com.diffplug.spotless") version "7.0.1"
7
id("org.jetbrains.kotlin.jvm") version "2.1.0"
8
id("org.jetbrains.intellij") version "1.17.4"
9
id("org.jetbrains.grammarkit") version "2022.3.2.2"
@@ -25,7 +25,7 @@ dependencies {
25
implementation("org.apache.commons:commons-lang3:3.17.0")
26
implementation("dev.openfga:openfga-language:v0.2.0-beta.2")
27
28
- implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
+ implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.1")
29
30
testImplementation("junit:junit:4.13.2")
31
}
0 commit comments