Update sbt-coveralls to 1.3.1 (#3297)

This commit is contained in:
Scala Steward 2021-06-18 20:19:58 +02:00 committed by GitHub
parent 94081502c8
commit a3e9275303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
// report code coverage to Coveralls
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")
// sbt plugin to unify scaladoc/javadoc across multiple projects
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")