Skip to content

Commit

Permalink
Update Scoverage to 2.0.11 (#143)
Browse files Browse the repository at this point in the history
Pull request: #143
  • Loading branch information
scala-steward authored Sep 15, 2023
1 parent f080852 commit 0cf3f97
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 @@ -30,7 +30,7 @@ trait Deps {
def millPlatform: String
def scalaVersion: String = "2.13.11"
def millTestVersions: Seq[String]
val scoverageVersion = "2.0.10"
val scoverageVersion = "2.0.11"

val bndlib = ivy"biz.aQute.bnd:biz.aQute.bndlib:6.4.1"
val logbackClassic = ivy"ch.qos.logback:logback-classic:1.1.3"
Expand Down

0 comments on commit 0cf3f97

Please sign in to comment.