Skip to content

Commit

Permalink
fix deprecated procedure syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored and ckipp01 committed Oct 14, 2024
1 parent 812e579 commit 10084c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/scoverage/ScoverageSbtPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ object ScoverageSbtPlugin extends AutoPlugin {
reportDir: File,
crossTarget: File,
log: Logger
) {
): Unit = {

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

0 comments on commit 10084c4

Please sign in to comment.