Skip to content

Commit 03d9302

Browse files
authored
fix deprecated procedure syntax
1 parent 383f490 commit 03d9302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scoverage/ScoverageSbtPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
397397
reportDir: File,
398398
crossTarget: File,
399399
log: Logger
400-
) {
400+
): Unit = {
401401

402402
def statsKeyValue(key: String, value: Int): String =
403403
s"##teamcity[buildStatisticValue key='$key' value='$value']"

0 commit comments

Comments
 (0)