This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new 1b99b30 Update sbt-scoverage to 1.7.0
1b99b30 is described below
commit 1b99b3034d016017ebd825d7a1ec0603dd5143e5
Author: Scala Steward <[email protected]>
AuthorDate: Wed Apr 28 20:09:13 2021 +0200
Update sbt-scoverage to 1.7.0
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index b8cee2a..4de8373 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -21,7 +21,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" %
"1.8.1")
addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0")
-addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")