Skip to content

Commit 777c452

Browse files
committed
Update Gradle plugins
1 parent 8b1ec21 commit 777c452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ plugins {
99
id 'maven-publish'
1010
id 'signing'
1111
id 'jacoco'
12-
id 'com.github.kt3k.coveralls' version '2.10.2'
12+
id 'com.github.kt3k.coveralls' version '2.12.0'
1313
id 'de.undercouch.download' version '4.1.1'
14-
id 'me.champeau.gradle.jmh' version '0.5.2'
14+
id 'me.champeau.gradle.jmh' version '0.5.3'
1515
}
1616

1717
group = "de.bwaldvogel"

0 commit comments

Comments
 (0)