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 8e89a79 Update sbt-scoverage to 1.7.2
8e89a79 is described below
commit 8e89a79bfdab10b7d5dcef9c11493d7327ca9e64
Author: Scala Steward <[email protected]>
AuthorDate: Mon May 3 02:06:53 2021 +0200
Update sbt-scoverage to 1.7.2
---
project/plugins.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 4de8373..84f654a 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.7.0")
+addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.7.2")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")