Skip to content

Commit

Permalink
Update scalac-scoverage from 2.0.11 to 2.1.0 (#187)
Browse files Browse the repository at this point in the history
Pull request: #187
  • Loading branch information
scala-steward authored Feb 24, 2024
1 parent 7844009 commit 9c8aa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ val millApiCrossVersions = Seq(
)

object Deps {
val scoverageVersion = "2.0.11"
val scoverageVersion = "2.1.0"
val scoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:${scoverageVersion}"
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
}
Expand Down

0 comments on commit 9c8aa23

Please sign in to comment.