Skip to content

Commit

Permalink
Update sbt-scoverage to 1.7.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 28, 2021
1 parent 8fde543 commit 1da5990
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
@@ -1,7 +1,7 @@
// https://scalacenter.github.io/scalafix
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.27")
// https://github.com/scoverage/sbt-scoverage/releases
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
// https://github.com/scalameta/sbt-scalafmt/releases
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
// https://github.com/olafurpg/sbt-ci-release/releases
Expand Down

0 comments on commit 1da5990

Please sign in to comment.