Skip to content

Commit

Permalink
Update scalac-scoverage-runtime to 2.0.8 (#97)
Browse files Browse the repository at this point in the history
Pull request: #97
  • Loading branch information
scala-steward authored Feb 10, 2023
1 parent 45d3f8b commit b9854bc
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.15"
val scoverageVersion = "2.0.7"
val scoverageVersion = "2.0.8"
val scoverageRuntime = ivy"org.scoverage::scalac-scoverage-runtime:${scoverageVersion}"
}

Expand Down

0 comments on commit b9854bc

Please sign in to comment.