We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcc9f2 commit 95c51eaCopy full SHA for 95c51ea
buildSrc/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
`kotlin-dsl`
3
4
// When updating, update below in dependencies too
5
- id("com.diffplug.spotless") version "8.3.0"
+ id("com.diffplug.spotless") version "8.4.0"
6
}
7
8
spotless {
@@ -40,7 +40,7 @@ repositories {
40
dependencies {
41
implementation(gradleApi())
42
43
- implementation("com.diffplug.spotless:spotless-plugin-gradle:8.3.0")
+ implementation("com.diffplug.spotless:spotless-plugin-gradle:8.4.0")
44
implementation("io.opentelemetry.instrumentation:gradle-plugins:2.26.0-alpha")
45
46
// keep these versions in sync with settings.gradle.kts
0 commit comments