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 8b1ec21 commit 777c452Copy full SHA for 777c452
build.gradle
@@ -9,9 +9,9 @@ plugins {
9
id 'maven-publish'
10
id 'signing'
11
id 'jacoco'
12
- id 'com.github.kt3k.coveralls' version '2.10.2'
+ id 'com.github.kt3k.coveralls' version '2.12.0'
13
id 'de.undercouch.download' version '4.1.1'
14
- id 'me.champeau.gradle.jmh' version '0.5.2'
+ id 'me.champeau.gradle.jmh' version '0.5.3'
15
}
16
17
group = "de.bwaldvogel"
0 commit comments