We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ada40 commit 98d60f8Copy full SHA for 98d60f8
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'com.jfrog.artifactory' version '5.2.5'
7
id 'org.sonarqube' version '7.1.0.6387'
8
id 'de.thetaphi.forbiddenapis' version '3.0' apply false
9
- id 'com.diffplug.spotless' version '6.15.0'
+ id 'com.diffplug.spotless' version '8.3.0'
10
}
11
12
allprojects {
sonar-scala-plugin/build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id "scala"
3
id "org.scoverage" version "8.1"
4
- id 'com.gradleup.shadow'
+ id 'com.gradleup.shadow' version '9.3.2'
5
id 'license-file-generator'
0 commit comments