Skip to content

Commit

Permalink
Update scalac-scoverage-runtime to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 7a171a7 commit 363331c
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.1.0"
val scoverageVersion = "2.1.1"
val scoveragePlugin = ivy"org.scoverage:::scalac-scoverage-plugin:${scoverageVersion}"
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
}
Expand Down

0 comments on commit 363331c

Please sign in to comment.