Skip to content

Commit 7dbbcf3

Browse files
committed
Bump scoverage version from 1.4.8 to 1.4.10 to fix Scala 2.12.15 compatibility
1 parent eec9a26 commit 7dbbcf3

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('1.4.8')
58+
scoverageVersion.set('1.4.10')
5959

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

0 commit comments

Comments
 (0)