We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad554ac commit 49a9a37Copy full SHA for 49a9a37
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
id 'scala' // scala support
7
id 'signing'
8
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
9
- id 'com.diffplug.spotless' version '6.25.0'// code format
+ id 'com.diffplug.spotless' version '7.0.2'// code format
10
id "com.github.ben-manes.versions" version '0.51.0'
11
id "de.undercouch.download" version "5.6.0" // downloads plugin
12
id "kr.motd.sphinx" version "2.10.1" // documentation generation
0 commit comments