Update sbt-scoverage to 1.8.0 (#3066)

This commit is contained in:
Scala Steward 2021-05-11 18:49:16 +02:00 committed by GitHub
parent db486163f9
commit b73607fbbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.7.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.0")
// report code coverage to Coveralls
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")