Skip to content

Commit

Permalink
Fix scoverage compiler plugin version
Browse files Browse the repository at this point in the history
as it mismatches default version
  • Loading branch information
ckittl authored Dec 8, 2021
1 parent 40ea28d commit 1680fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle/scripts/scoverage.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
scoverage {
scoverageScalaVersion = scalaBinaryVersion
scoverageVersion = "1.4.10" // TODO: Remove, when default version is matching
coverageOutputHTML = false
coverageOutputXML = true
coverageOutputCobertura = false
Expand Down

0 comments on commit 1680fb5

Please sign in to comment.