Skip to content

Commit

Permalink
Update scalac-scoverage-runtime to 2.0.7 (#89)
Browse files Browse the repository at this point in the history
Pull request: #89
  • Loading branch information
scala-steward authored Oct 21, 2022
1 parent f60a923 commit 05070ec
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 @@ -27,7 +27,7 @@ trait Deps {

val millMain = ivy"com.lihaoyi::mill-main:${millVersion}"
val scalaTest = ivy"org.scalatest::scalatest:3.2.13"
val scoverageVersion = "2.0.3"
val scoverageVersion = "2.0.7"
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
}

Expand Down

0 comments on commit 05070ec

Please sign in to comment.