Update sbt-scoverage to 1.9.1 (#3741)

This commit is contained in:
Scala Steward 2021-10-11 14:48:04 +02:00 committed by GitHub
parent 9668358807
commit 87624d7055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.5")
// collect code coverage when executing tests
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1")
// report code coverage to Coveralls
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")