Skip to content

Commit 614c6cc

Browse files
committed
add testRuntime
1 parent 887f499 commit 614c6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ dependencies {
7171
testCompile group: 'org.assertj', name: 'assertj-core', version: '3.6.2'
7272
testCompile group: 'com.nhaarman', name: 'mockito-kotlin', version: '1.1.0'
7373
testCompile group: 'com.beust', name: 'klaxon', version: '0.27'
74+
testRuntime "org.slf4j:slf4j-api:1.7.10" // for gradle-cobertura-plugin
7475
}
7576

7677
cobertura {

0 commit comments

Comments
 (0)