We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0103b80 commit 192fcc7Copy full SHA for 192fcc7
build.gradle.kts
@@ -120,7 +120,7 @@ subprojects {
120
googleJavaFormat("1.12.0")
121
}
122
kotlin {
123
- ktlint("0.38.1")
+ ktlint("0.45.2")
124
trimTrailingWhitespace()
125
endWithNewline()
126
settings.gradle.kts
@@ -4,7 +4,7 @@ pluginManagement {
4
5
plugins {
6
id("com.diffplug.eclipse.apt") version "3.37.1"
7
- id("com.diffplug.spotless") version "6.7.2"
+ id("com.diffplug.spotless") version "6.11.0"
8
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
9
id("net.researchgate.release") version "3.0.2"
10
id("org.domaframework.doma.compile") version "2.0.0"
0 commit comments