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.
2 parents 2163897 + 8745770 commit 76e09c1Copy full SHA for 76e09c1
build.gradle
@@ -108,7 +108,7 @@ subprojects {
108
if (isStandardGroovyMavenProject) {
109
documentation "org.fusesource.jansi:jansi:1.18"
110
documentation "org.codehaus.groovy:groovy-dateutil:$groovyVersion"
111
- documentation 'info.picocli:picocli:4.5.2'
+ documentation 'info.picocli:picocli:4.6.1'
112
compile group: 'org.codehaus.groovy', name: 'groovy', version: groovyVersion
113
114
testCompile group: 'org.codehaus.groovy', name: 'groovy-test', version: groovyVersion
0 commit comments