Skip to content

Commit

Permalink
Merge pull request #112 from ie3-institute/dependabot/gradle/com.diff…
Browse files Browse the repository at this point in the history
…plug.spotless-5.15.0

Bump com.diffplug.spotless from 5.14.3 to 5.15.0
  • Loading branch information
t-ober authored Sep 8, 2021
2 parents a88ee2b + 02d7db7 commit 48dfd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'java' // java support
id 'scala' // scala support
id 'pmd' //code check, working on source code
id 'com.diffplug.spotless' version '5.14.3'//code format
id 'com.diffplug.spotless' version '5.15.0'//code format
id "org.sonarqube" version "3.3" // sonarqube
id 'org.scoverage' version '7.0.0' // Code coverage plugin for scala
id "com.github.maiflai.scalatest" version "0.31" // run scalatest without specific spec task
Expand Down

0 comments on commit 48dfd9b

Please sign in to comment.