Skip to content

Commit

Permalink
Update Scoverage from 2.1.1 to 2.2.0 (#179)
Browse files Browse the repository at this point in the history
Pull request: #179
  • Loading branch information
scala-steward authored Sep 12, 2024
1 parent 789a7cc commit 4a8ca55
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.14"
def millTestVersions: Seq[String]
val scoverageVersion = "2.1.1"
val scoverageVersion = "2.2.0"

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 4a8ca55

Please sign in to comment.