Skip to content

Commit 98d60f8

Browse files
committed
Fix build - upgrade shadow and spotless
1 parent 83ada40 commit 98d60f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'com.jfrog.artifactory' version '5.2.5'
77
id 'org.sonarqube' version '7.1.0.6387'
88
id 'de.thetaphi.forbiddenapis' version '3.0' apply false
9-
id 'com.diffplug.spotless' version '6.15.0'
9+
id 'com.diffplug.spotless' version '8.3.0'
1010
}
1111

1212
allprojects {

sonar-scala-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "scala"
33
id "org.scoverage" version "8.1"
4-
id 'com.gradleup.shadow'
4+
id 'com.gradleup.shadow' version '9.3.2'
55
id 'license-file-generator'
66
}
77

0 commit comments

Comments
 (0)