Skip to content

Commit f99718a

Browse files
committed
bump to scoverage 2.0.8 as default
1 parent be1bf55 commit f99718a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/scoverage/ScoverageExtension.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class ScoverageExtension {
5555
project.plugins.apply(ScalaPlugin.class)
5656

5757
scoverageVersion = project.objects.property(String)
58-
scoverageVersion.set('2.0.7')
58+
scoverageVersion.set('2.0.8')
5959

6060
scoverageScalaVersion = project.objects.property(String)
6161

0 commit comments

Comments
 (0)