Update sbt-scoverage to 1.7.0 (#2982)

This commit is contained in:
Scala Steward 2021-04-28 18:55:59 +02:00 committed by GitHub
parent 991ce38208
commit e6d78c7c08

View file

@ -3,7 +3,7 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
// collect code coverage when executing tests
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
// report code coverage to Coveralls
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")