Update sbt-scoverage to 1.6.1 (#272)

* Update sbt-scoverage to 1.6.1

* Update sbt-scoverage to 1.6.1

Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
Scala Steward 2020-06-08 07:48:42 +02:00 committed by GitHub
parent 7d0388cf52
commit 85d29d8387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,4 +2,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.1")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.9") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.9")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")