Skip to content

Commit

Permalink
Update sbt-scoverage to 2.1.1 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
steward-scala[bot] and github-actions[bot] authored Aug 25, 2024
1 parent 83a0b85 commit 3797423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.4")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")

//coverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.1")

//check vulnerability
addSbtPlugin("net.vonbuchholtz" % "sbt-dependency-check" % "5.1.0")
Expand Down

0 comments on commit 3797423

Please sign in to comment.