Skip to content

Commit

Permalink
chore(deps): update dependency org.scoverage:sbt-scoverage to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 20, 2022
1 parent f783ccc commit c20ccc3
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 @@ -32,7 +32,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
// Test Coverage plugin.
// sbt-scoverage is a plugin for SBT that integrates the scoverage code coverage library.
// See more: https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.4")

// Java Checkstyle plugin.
// See more: https://github.com/etsy/sbt-checkstyle-plugin
Expand Down

0 comments on commit c20ccc3

Please sign in to comment.