Skip to content

Commit b4aafff

Browse files
committed
Update gradle plugins
1 parent c09711b commit b4aafff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
kotlin("jvm") version "2.1.21"
33
jacoco
4-
id("org.sonarqube") version "5.1.0.4882"
5-
id("com.diffplug.spotless") version "6.25.0"
4+
id("org.sonarqube") version "6.2.0.5505"
5+
id("com.diffplug.spotless") version "7.0.4"
66
`maven-publish`
77
}
88

0 commit comments

Comments
 (0)