Skip to content

Commit 2987271

Browse files
committed
add runtime dependency to test project
1 parent c1324e2 commit 2987271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/happyday/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ repositories {
1717
}
1818

1919
dependencies {
20-
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:0.99.5'
20+
scoverage 'org.scoverage:scalac-scoverage-plugin_2.11:1.0.1',
21+
'org.scoverage:scalac-scoverage-runtime_2.11:1.0.1'
2122
compile 'org.scala-lang:scala-library:2.11.0'
2223
testCompile 'junit:junit:4.11'
2324
}

0 commit comments

Comments
 (0)