Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1e76bb

Browse files
xuwei-kckipp01
authored andcommittedOct 14, 2024·
fix deprecated procedure syntax
1 parent c53e3d2 commit b1e76bb

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)
Please sign in to comment.