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 3f296dd commit 4539082Copy full SHA for 4539082
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'checkstyle'
3
id 'eclipse'
4
id 'java'
5
- id 'com.github.kt3k.coveralls' version '2.7.1'
+ id 'com.github.kt3k.coveralls' version '2.8.2'
6
id 'net.saliman.cobertura' version '2.5.3'
7
}
8
@@ -33,10 +33,10 @@ repositories {
33
dependencies {
34
compile 'edu.princeton.cs:algs4:1.0.2'
35
36
- testCompile 'com.greghaskins:spectrum:1.0.0'
+ testCompile 'com.greghaskins:spectrum:1.2.0'
37
testCompile group: 'junit', name: 'junit', version: '4.12'
38
39
// cobertura plugin dependency
40
// see: https://github.com/stevesaliman/gradle-cobertura-plugin/blob/master/usage.md
41
- testRuntime 'org.slf4j:slf4j-api:1.7.24'
+ testRuntime 'org.slf4j:slf4j-api:1.7.25'
42
0 commit comments